Home | History | Annotate | Download | only in texinfo

Lines Matching full:multiple

57 * Multiple buffers::            Multiple input buffers
121 Multiple Input Buffers
122 how to manipulate multiple input sources; how to scan from strings
660 Here is a program which compresses multiple blanks and tabs down to
668 balancing '}' is found, and the action may cross multiple lines.
716 action per token. Multiple `REJECT's' are allowed, each one
847 Multiple Input Buffers.
946 Multiple Input Buffers.
953 File: flex.info, Node: Start conditions, Next: Multiple buffers, Prev: Generated scanner, Up: Top
1260 File: flex.info, Node: Multiple buffers, Next: End-of-file rules, Prev: Start conditions, Up: Top
1262 Multiple input buffers
1275 for creating and switching between multiple input buffers. An input
1411 File: flex.info, Node: End-of-file rules, Next: Miscellaneous, Prev: Multiple buffers, Up: Top
1922 This option lets you easily link together multiple `flex' programs
1937 the scanner specification. You can specify multiple options with a
1938 single `%option' directive, and multiple directives in the first
2313 a token contains multiple NUL's. It's best to write rules which match
2433 You can instantiate multiple instances of the same `yyFlexLexer' class,
2434 and you can also combine multiple C++ scanner classes together in the
2500 If you want to create multiple (different) lexer classes, you use
2677 multiple actions on a line
2680 to the fact that with `flex' you can put multiple actions on the same
2913 NUL's; and to Eric Hughes for support of multiple buffers.
2936 Node: Multiple buffers45069