Home | History | Annotate | Download | only in MISC

Lines Matching full:multiple

44          Multiple Input Buffers
45 how to manipulate multiple input sources; how to
692 Here is a program which compresses multiple blanks and tabs
702 balancing '}' is found, and the action may cross multiple
771 cutes only one action per token. Multiple REJECT's are
955 function, described below in the section Multiple Input
1088 them below in the section Multiple Input Buffers.
1494 MULTIPLE INPUT BUFFERS
1506 mechanism for creating and switching between multiple input
2347 This option lets you easily link together multiple flex
2364 tion. You can specify multiple options with a single
2365 %option directive, and multiple directives in the first sec-
2867 when a token contains multiple NUL's. It's best to write
3020 scanners. You can instantiate multiple instances of the
3021 same yyFlexLexer class, and you can also combine multiple
3114 If you want to create multiple (different) lexer classes,
3345 multiple actions on a line
3348 list refers to the fact that with flex you can put multiple
3642 support of multiple buffers.