Home | History | Annotate | Download | only in texinfo

Lines Matching full:note

461      Note that flex's notion of "newline" is exactly whatever the C
478 Note that inside of a character class, all regular expression
556 Note that the first of these, can be written "foo/bar\n".
604 Note that `yytext' can be defined in two different ways: either as a
638 Also note that you cannot use `%array' with C++ scanner classes (the
735 Note also that unlike the other special actions, `REJECT' is a
776 Note that `yyless' is a macro and can only be used in the flex
795 Note that since each `unput()' puts the given character back at
806 Finally, note that you cannot put back `EOF' to attempt to mark
838 (Note that if the scanner is compiled using `C++', then `input()'
878 and taking two floats as arguments. Note that if you give arguments to
898 `yyin'; but better is to use `YY_FLUSH_BUFFER' (see above). Note that
935 its caller. Note that in either case, the start condition remains
1020 Also note that the special start-condition specifier `<*>' matches
1114 Note that start-conditions names are really integer values and can
1149 Note that start conditions do not have their own name-space; %s's
1288 buffers in source files other than that of your scanner. Note that the
1297 from NEW_BUFFER. Note that `yy_switch_to_buffer()' may be used by
1299 a new file and pointing `yyin' at it. Note also that switching input
1392 Note that both of these functions create and scan a *copy* of the
1476 Note that the macro `YY_NUM_RULES' gives the total number of rules
1493 a zero value as non-interactive. Note that use of this macro overrides
1555 immediate (any previously buffered-up input is lost). Note that
1649 implementation. Note that this does not mean *full*
1668 Note that the use of `REJECT', `%option yylineno' and variable
1742 behavior. Note also that you *cannot* use `-I' in conjunction
1776 Note, however, that unless you generate your scanner using the
1787 Note that if you use `-Cfe' or `-CFe' (those table compression
1881 Note that scanners with the smallest tables are usually generated
1923 into the same executable. Note, though, that using this option
2081 being quite cheap. Note also that `unput()' is implemented as a
2197 Note that here the special '|' action does *not* provide any
2235 to keep the matched text as long as possible. Note that *adding* rules
2312 A final note: `flex' is slow when matching NUL's, particularly when
2317 Another final note regarding performance: as mentioned above in the
2336 rule actions instead of C code. Note that the default input source for
2366 `yy_flex_debug' (see the Options section above). Note that you
2416 characters. Note that "interactive" scanners (see the `-B' and
2431 Note that a `yyFlexLexer' object contains its *entire* scanning
2435 same program using the `-P' option discussed above. Finally, note that
2539 generated scanner's performance. We note below which incompatibilities
2577 Note that this call will throw away any buffered input; usually
2580 Also note that flex C++ scanner classes *are* reentrant, so if
2606 Note that if the definition begins with `^' or ends with `$' then
2804 the 'x' at the beginning of the trailing context. (Note that the POSIX