Home | History | Annotate | Download | only in MISC

Lines Matching full:scanning

343      are local to the scanning routine and  (after  the  declara-
344 tions) code which is to be executed whenever the scanning
629 %pointer is substantially faster scanning and no buffer
967 scanning
983 to give the scanning routine the name lexscan, returning a
999 give arguments to the scanning routine using a K&R-
1011 (in which case scanning continues from that file), or yyres-
1015 scanning from that file. Essentially there is no difference
1019 used to switch input files in the middle of scanning. It
1026 If yylex() stops scanning due to executing a return state-
1028 again and it will resume scanning where it left off.
1074 file, and scanning continues. If it returns true (non-
1085 Three routines are available for scanning from in-memory
1499 YY_INPUT which is sensitive to the scanning context.
1501 its buffer, which may be a long time after scanning a state-
1641 for scanning in-memory strings instead of files. All of
1642 them create a new input buffer for scanning the string, and
1661 start scanning the string.
1672 modifies the contents of the buffer it is scanning.) You
1679 bytes are not scanned; thus, scanning consists of
1808 the current buffer's scanning context for the next token
1867 sense before scanning begins or after an EOF has been
1868 encountered. Changing it in the midst of scanning will
1870 use yyrestart() instead. Once scanning terminates
1873 again to continue scanning.
1880 continues scanning the same input file.
2725 inner scanning loop, and does not often have to go through
2726 the additional work of setting up the scanning environment
3003 the scanner might be scanning an interactive input
3018 Note that a yyFlexLexer object contains its entire scanning
3131 IMPORTANT: the present form of the scanning class is experi-