Searched refs:scanners (Results 1 – 17 of 17) sorted by relevance
/external/expat/lib/ |
D | xmltok_ns.c | 63 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in NS() 64 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent); in NS()
|
D | xmltok.h | 134 SCANNER scanners[XML_N_STATES]; member 199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | NEWS | 19 - A bug in handling NUL's in the input stream of scanners using 46 - By default, the scanners generated by flex no longer 350 This routine is also available to C++ scanners (unlike some 386 - C++ scanners now have yy_flex_debug as a member variable of 422 - interactive scanners now read characters in YY_INPUT up to a 444 generated scanners now set yy_init to zero before executing 452 - When generating full-table scanners (-Cf), flex now puts braces 562 - Fixed bug breaking C++ scanners that use REJECT or variable 565 - Fixed serious input problem for interactive scanners on 617 <strings.h> string routines needed by flex and the scanners [all …]
|
D | COPYING | 37 You are free to do whatever you please with scanners generated using flex;
|
D | flex.skl | 146 * flex-generated scanners to compile on their own).
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 64 * C++:: Generating C++ scanners 118 introducing context into your scanners, and managing 119 "mini-scanners" 135 connecting flex scanners together with yacc parsers 150 those error messages produced by flex (or scanners it generates) 171 `flex' is a tool for generating "scanners": programs which 988 start conditions make it easy to specify "mini-scanners" which scan 1265 Some scanners (such as those which support "include" files) require 1266 reading from several input streams. As `flex' scanners do a large 1534 scanners, but the value of `yytext' becomes immune to calls to [all …]
|
D | flex.texi | 141 * C++:: Generating C++ scanners 195 introducing context into your scanners, and 196 managing "mini-scanners" 212 connecting flex scanners together with yacc parsers 230 those error messages produced by flex (or scanners 249 @code{flex} is a tool for generating @dfn{scanners}: programs which 1189 to specify "mini-scanners" which scan portions of the 1505 Some scanners (such as those which support "include" 1507 @code{flex} scanners do a large amount of buffering, one cannot 1820 results in somewhat slower scanners, but the value [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 41 introducing context into your scanners, and 42 managing "mini-scanners" 58 connecting flex scanners together with yacc parsers 90 those error messages produced by flex (or scanners 107 flex is a tool for generating scanners: programs which 1143 scanners" which scan portions of the input that are syntac- 1495 Some scanners (such as those which support "include" files) 1497 scanners do a large amount of buffering, one cannot control 1841 scanners, but the value of yytext becomes immune to 1937 out of their scanners need worry about this option. [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/ |
D | README | 2 high-performance from flex scanners. Each program implements a simplified
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/ |
D | NOTES | 28 I have not used this version for any of my "work-related" scanners
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/ |
D | SMakefile | 10 # For flex to always generate 8-bit scanners, add "-DDEFAULT_CSIZE=256"
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | descrip.mms | 11 # For flex to always generate 8-bit scanners, append
|
/external/iptables/utils/ |
D | pf.os | 128 # network scanners and so on, where many settings are randomized or
|
/external/bison/doc/ |
D | bison.texinfo | 7782 Lex-generated scanners. Because these scanners use large buffers for
|
D | bison.info | 7111 Lex-generated scanners. Because these scanners use large buffers for
|
/external/bison/ |
D | ChangeLog | 8338 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 115631 Rename the preload scanners
|