Searched refs:yymore (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | NEWS | 14 - Some serious bugs in yymore() have been fixed. In particular, 16 calls to input(), unput(), and yymore(). (This still doesn't 186 REJECT or yymore features (this is not new). Two %options can be 192 yymore 732 doing so and then using yymore() will yield weird results). 873 - Fixed bug in using yymore() at the end of a file. 899 - Fixed a serious bug in yymore() which basically made it 1121 - yymore() handling rewritten to fix bug with interaction 1122 between yymore() and trailing context. 1175 - yymore() has been implemented. Similarly to REJECT, flex [all …]
|
D | flex.skl | 293 %% code to fiddle yytext and yyleng for yymore() goes here 491 %% yymore()-related code goes here
|
D | initscan.c | 1239 #define yymore() yymore_used_but_not_detected macro
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 689 the action also includes use of `yymore()' (see below). 739 - `yymore()' tells the scanner that the next time it matches a rule, 746 mega- ECHO; yymore(); 754 Two notes regarding use of `yymore()'. First, `yymore()' depends on 756 token, so you must not modify `yyleng' if you are using `yymore()'. 757 Second, the presence of `yymore()' in the scanner's action entails a 1670 entails a substantial performance penalty; use of `yymore()', the 2015 `REJECT' or `yymore()' features. The `reject' and `yymore' options are 2078 yymore() 2718 scanner uses `REJECT' or `yymore()' but that `flex' failed to [all …]
|
D | flex.texi | 830 do so if the action also includes use of @samp{yymore()} (see 896 @samp{yymore()} tells the scanner that the next time it 905 mega- ECHO; yymore(); 916 Two notes regarding use of @samp{yymore()}. First, @samp{yymore()} 919 if you are using @samp{yymore()}. Second, the presence of 920 @samp{yymore()} in the scanner's action entails a minor 1979 entails a substantial performance penalty; use of @samp{yymore()}, 2386 the @code{REJECT} or @samp{yymore()} features. The @code{reject} and @code{yymore} 2462 yymore() 3229 uses @code{REJECT} or @samp{yymore()} but that @code{flex} failed to notice the [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 741 so if the action also includes use of yymore() (see below). 810 - yymore() tells the scanner that the next time it 818 mega- ECHO; yymore(); 827 Two notes regarding use of yymore(). First, yymore() depends 830 using yymore(). Second, the presence of yymore() in the 2009 penalty; use of yymore(), the ^ operator, and the -I 2478 the REJECT or yymore() features. The reject and yymore 2551 yymore() 3397 REJECT or yymore() but that flex failed to notice the fact, 3401 ple). Use %option reject or %option yymore to indicate to
|
/external/bison/src/ |
D | scan-skel.c | 575 #define yymore() yymore_used_but_not_detected macro
|
D | scan-gram.c | 861 #define yymore() yymore_used_but_not_detected macro
|
/external/bluetooth/bluez/tools/ |
D | lexer.c | 456 #define yymore() yymore_used_but_not_detected macro
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 535 #define yymore() yymore_used_but_not_detected macro
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | initscan-mvs.c | 1246 #define yymore() yymrused_but_not_detected macro
|
/external/libpcap/ |
D | scanner.c | 2415 #define yymore() yymore_used_but_not_detected macro
|
/external/elfutils/src/ |
D | ldlex.c | 1071 #define yymore() yymore_used_but_not_detected macro
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-lex.c | 643 #define yymore() yymore_used_but_not_detected macro
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 745 #define yymore() yymore_used_but_not_detected macro
|
/external/mesa3d/src/glsl/ |
D | glsl_lexer.cpp | 976 #define yymore() yymore_used_but_not_detected macro
|
/external/elfutils/ |
D | configure | 3814 c { yymore (); }
|