Lines Matching full:note
428 Note that flex's notion of "newline" is exactly
447 Note that inside of a character class, all regular expres-
561 Note that the first of these, can be written
622 Note that yytext can be defined in two different ways:
674 Also note that you cannot use %array with C++ scanner
806 Note also that unlike the other special actions, REJECT
866 Note that yyless is a macro and can only be used in the flex
885 Note that since each unput() puts the given character
898 Finally, note that you cannot put back EOF to attempt to
945 (Note that if the scanner is compiled using C++, then
998 float, and taking two floats as arguments. Note that if you
1022 YY_FLUSH_BUFFER (see above). Note that yyrestart() does not
1076 caller. Note that in either case, the start condition
1175 Also note that the special start-condition specifier <*>
1300 Note that start-conditions names are really integer values
1349 Note that start conditions do not have their own name-space;
1534 in source files other than that of your scanner. Note that
1544 will come from new_buffer. Note that yy_switch_to_buffer()
1547 Note also that switching input sources via either
1670 Note that both of these functions create and scan a copy of
1767 rules. Note that the macro YY_NUM_RULES gives the total
1801 zero value as non-interactive. Note that use of this macro
1878 lost). Note that calling yyrestart() with yyin as an
1973 lex implementation. Note that this does not mean full
2006 Note that the use of REJECT, %option yylineno, and
2095 behavior. Note also that you cannot use -I in conjunc-
2143 Note, however, that unless you generate your scanner
2156 Note that if you use -Cfe or -CFe (those table compres-
2288 Note that scanners with the smallest tables are usually
2348 programs into the same executable. Note, though, that
2554 two being quite cheap. Note also that unput() is imple-
2716 Note that here the special '|' action does not provide any
2758 possible. Note that adding rules does not slow down the
2866 A final note: flex is slow when matching NUL's, particularly
2871 Another final note regarding performance: as mentioned above
2887 your rule actions instead of C code. Note that the default
2934 above). Note that you must build the scanner using
2999 input, return 0 characters. Note that "interactive"
3018 Note that a yyFlexLexer object contains its entire scanning
3025 Finally, note that the %array feature is not available to
3150 loss in the generated scanner's performance. We note below
3208 Note that this call will throw away any buffered input;
3212 Also note that flex C++ scanner classes are reentrant,
3254 Note that if the definition begins with ^ or ends with
3485 beginning of the trailing context. (Note that the POSIX