Lines Matching full:scanning
458 which are local to the scanning routine and (after the
460 scanning routine is entered. Other indented or %@{@} text
739 scanning and no buffer overflow when matching very large
1041 the scanning routine @samp{yylex()}, a number of tables used by
1061 to give the scanning routine the name @code{lexscan}, returning a
1063 you give arguments to the scanning routine using a
1075 scanning continues from that file), or @samp{yyrestart()} is called.
1078 other than @code{yyin}), and initializes @code{yyin} for scanning from
1083 middle of scanning. It can also be used to throw away the current
1090 If @samp{yylex()} stops scanning due to executing a @code{return}
1092 again and it will resume scanning where it left off.
1126 another input file, and scanning continues. If it returns
1137 Three routines are available for scanning from in-memory
1509 writing a @code{YY_INPUT} which is sensitive to the scanning
1512 scanning a statement such as an "include" which requires
1548 things up for continued scanning, instead of opening a new
1636 for scanning in-memory strings instead of files. All of
1637 them create a new input buffer for scanning the string,
1642 start scanning the string.
1656 scanning.) You can avoid the copy by using:
1664 scanning consists of @samp{base[0]} through @samp{base[size-2]},
1783 whether the current buffer's scanning context for the next
1835 sense before scanning begins or after an EOF has
1837 scanning will have unexpected results since @code{flex}
1839 scanning terminates because an end-of-file has been
1841 then call the scanner again to continue scanning.
1850 scanning the same input file.
2616 (short) inner scanning loop, and does not often have to go
2617 through the additional work of setting up the scanning
2867 scanning an interactive input source, you can test
2883 scanning state. Thus you can use such objects to create
2973 IMPORTANT: the present form of the scanning class is