Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching full:multiple

40     Multiple Input Buffers
41 how to manipulate multiple input sources; how to
693 Here is a program which compresses multiple blanks and tabs down to
704 is found, and the action may cross multiple lines.
779 Multiple
989 function, described below in the section Multiple Input Buffers.
1155 See the discussion of them below in the section Multiple Input Buffers.
1563 .SH MULTIPLE INPUT BUFFERS
1578 provides a mechanism for creating and switching between multiple
2611 This option lets you easily link together multiple
2639 You can specify multiple options with a single
2641 directive, and multiple directives in the first section of your flex input
3152 multiple NUL's.
3367 scanners. You can instantiate multiple instances of the same
3369 class, and you can also combine multiple C++ scanner classes together
3440 If you want to create multiple (different) lexer classes, you use the
3744 multiple actions on a line
3750 you can put multiple actions on the same line, separated with
4054 Eric Hughes for support of multiple buffers.