Lines Matching full:scanning
325 which are local to the scanning routine and (after the declarations)
326 code which is to be executed whenever the scanning routine is entered.
612 is substantially faster scanning and no buffer overflow when matching
1003 which contains the scanning routine
1025 to give the scanning routine the name
1028 if you give arguments to the scanning routine using a
1045 is pointed at a new input file (in which case scanning continues from
1058 for scanning from that file. Essentially there is no difference between
1066 and because it can be used to switch input files in the middle of scanning.
1083 stops scanning due to executing a
1086 will resume scanning where it left off.
1132 to point to another input file, and scanning continues. If it returns
1150 Three routines are available for scanning from in-memory buffers rather
1570 which is sensitive to the scanning context.
1573 may be a long time after scanning a statement such as an "include"
1629 may be used by yywrap() to set things up for continued scanning, instead
1734 scanning in-memory strings instead of files. All of them create
1735 a new input buffer for scanning the string, and return a corresponding
1743 will start scanning the string.
1759 modifies the contents of the buffer it is scanning.) You can avoid the
1772 These last two bytes are not scanned; thus, scanning
1915 can be used to control whether the current buffer's scanning
1986 scanning begins or after an EOF has been encountered. Changing it in
1987 the midst of scanning will have unexpected results since
1992 Once scanning terminates because an end-of-file
1995 at the new input file and then call the scanner again to continue scanning.
2006 scanning the same input file.
3017 characters takes place in the (short) inner scanning loop, and
3019 the scanning environment (e.g.,
3342 the scanner might be scanning an interactive input source, you can
3366 scanning state. Thus you can use such objects to create reentrant
3470 IMPORTANT: the present form of the scanning class is