Home | History | Annotate | Download | only in texinfo

Lines Matching full:multiple

134 * Multiple buffers::            Multiple input buffers
198 @item Multiple Input Buffers
199 how to manipulate multiple input sources; how to
795 Here is a program which compresses multiple blanks and
807 multiple lines. @code{flex} knows about C strings and comments and
868 executes only one action per token. Multiple
1026 described below in the section Multiple Input Buffers.
1140 of them below in the section Multiple Input Buffers.
1146 @node Start conditions, Multiple buffers, Generated scanner, Top
1502 @node Multiple buffers, End-of-file rules, Start conditions, Top
1503 @section Multiple input buffers
1516 mechanism for creating and switching between multiple
1677 @node End-of-file rules, Miscellaneous, Multiple buffers, Top
2280 This option lets you easily link together multiple
2300 specification. You can specify multiple options with a single
2301 @samp{%option} directive, and multiple directives in the first
2745 particularly when a token contains multiple NUL's. It's best to
2884 reentrant scanners. You can instantiate multiple instances of
2886 multiple C++ scanner classes together in the same program
2954 If you want to create multiple (different) lexer classes,
3176 multiple actions on a line
3182 multiple actions on the same line, separated with
3430 NUL's; and to Eric Hughes for support of multiple buffers.