Lines Matching full:scanning
7 scanning strings using exclusive start conditions works.
72 - A bug in destructing a FlexLexer object before doing any scanning
179 to C++ scanning objects via the new member function
198 yyclass="<name>" set the name of the C++ scanning class
219 buffer) for scanning the given string, which occurs starting
225 creates a buffer for scanning "len" bytes (including possibly NUL's)
230 the contents of the buffer it is scanning.) You can avoid the
237 YY_END_OF_BUFFER_CHAR (these bytes are not scanned; thus, scanning
321 can be used to control whether the current buffer's scanning
390 - When generating a C++ scanning class, you can now use
538 - Fixed bug in scanning NUL's.
589 - Fixed two serious bugs in scanning 8-bit characters.
595 - Fixed bug in pointing yyin at a new file and resuming scanning.
603 - Added warning in flexdoc that the C++ scanning class is presently
752 point yyin at the new file and continue scanning.
755 to indicate you wish to continue scanning. Simply point yyin
808 - An example of scanning strings with embedded escape
872 - Fixed bug in scanning NUL characters using an "interactive" scanner.
1208 scanning that file.