Lines Matching full:note
548 Note that flex's notion of "newline" is exactly
567 Note that inside of a character class, all regular
675 Note that the first of these, can be written
731 Note that @code{yytext} can be defined in two different ways:
772 Also note that you cannot use @samp{%array} with C++ scanner
891 Note also that unlike the other special actions,
945 Note that @code{yyless} is a macro and can only be used in the
968 Note that since each @samp{unput()} puts the given
980 Finally, note that you cannot put back @code{EOF} to attempt to
1016 (Note that if the scanner is compiled using @samp{C++},
1062 float, and taking two floats as arguments. Note that if
1085 better is to use @code{YY_FLUSH_BUFFER} (see above). Note that
1128 to its caller. Note that in either case, the start
1227 Also note that the special start-condition specifier @samp{<*>}
1334 Note that start-conditions names are really integer values
1374 Note that start conditions do not have their own
1534 that of your scanner. Note that the @code{FILE} pointer in the
1546 will come from @var{new_buffer}. Note that
1549 file and pointing @code{yyin} at it. Note also that switching
1653 Note that both of these functions create and scan a @emph{copy}
1754 rules. Note that the macro @code{YY_NUM_RULES} gives the total number
1775 interactive, a zero value as non-interactive. Note that
1847 buffered-up input is lost). Note that calling
1954 AT&T @code{lex} implementation. Note that this does not
1977 Note that the use of @code{REJECT}, @samp{%option yylineno} and
2066 intuitive interactive behavior. Note also that you
2106 Note, however, that unless you generate your
2120 Note that if you use @samp{-Cfe} or @samp{-CFe} (those table
2233 Note that scanners with the smallest tables are
2281 @code{flex} programs into the same executable. Note,
2466 last two being quite cheap. Note also that @samp{unput()} is
2607 Note that here the special '|' action does @emph{not} provide any
2653 possible. Note that @emph{adding} rules does @emph{not} slow down the
2744 A final note: @code{flex} is slow when matching NUL's,
2749 Another final note regarding performance: as mentioned
2767 code in your rule actions instead of C code. Note that
2799 @code{yy_flex_debug} (see the Options section above). Note that you
2862 end-of-input, return 0 characters. Note that
2882 Note that a @code{yyFlexLexer} object contains its @emph{entire}
2888 Finally, note that the @samp{%array} feature is not available to
2995 loss in the generated scanner's performance. We note
3048 Note that this call will throw away any buffered
3052 Also note that flex C++ scanner classes @emph{are}
3086 Note that if the definition begins with @samp{^} or ends
3321 beginning of the trailing context. (Note that the POSIX