/external/webkit/Tools/android/flex-2.5.4a/ |
scan.l | 264 yymore yymore_really_used = option_sense; 573 "yymore" { 596 /* Reject and YYmore() are checked for above, in PERCENT_BRACE_ACTION */
|
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). [all...] |
FlexLexer.h | 165 // on use of certain flex features (like REJECT or yymore()).
|
gen.c | 1064 /* First, take care of YY_DO_BEFORE_ACTION depending on yymore 1281 "#define yymore() (yy_more_offset = yy_flex_strlen( yytext ))" ); 1294 indent_puts( "#define yymore() (yy_more_flag = 1)" ); 1302 indent_puts( "#define yymore() yymore_used_but_not_detected" ); [all...] |
flex.1 | 739 .B yymore() 818 .B yymore() 829 mega- ECHO; yymore(); 842 .B yymore(). 844 .B yymore() 851 .B yymore(). 853 .B yymore() [all...] |
main.c | 187 /* Don't rely on detecting use of yymore() and REJECT, 915 _( "yymore() entails a minor performance penalty\n" ) );
|
flex.skl | 293 %% code to fiddle yytext and yyleng for yymore() goes here 491 %% yymore()-related code goes here [all...] |
skel.c | 298 "%% code to fiddle yytext and yyleng for yymore() goes here", 496 "%% yymore()-related code goes here", [all...] |
flexdef.h | 375 * yymore_used - if true, yymore() is used in input rules 382 * yymore_really_used - whether to treat yymore() as really used, regardless [all...] |
initscan.c | 1239 #define yymore macro [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
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 [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
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 [all...] |
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 [all...] |
/prebuilt/linux-x86/flex/ |
flex-2.5.4a | |
/external/bison/src/ |
scan-skel.c | 424 /* %% [2.0] code to fiddle skel_text and skel_leng for yymore() goes here \ */\ 575 #define yymore() yymore_used_but_not_detected macro 888 /* %% [8.0] yymore()-related code goes here */ [all...] |
scan-gram.c | 424 /* %% [2.0] code to fiddle gram_text and gram_leng for yymore() goes here \ */\ 861 #define yymore macro [all...] |
/external/ipsec-tools/src/racoon/ |
cftoken.l | 661 . { yymore(); }
|
/external/bluetooth/bluez/tools/ |
lexer.c | 456 #define yymore() yymore_used_but_not_detected macro [all...] |
/external/elfutils/libcpu/ |
i386_lex.c | 535 #define yymore() yymore_used_but_not_detected macro [all...] |
/system/core/sh/ |
arith_lex.c | 464 #define yymore() yymore_used_but_not_detected macro [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
initscan-mvs.c | 1246 #define yymore macro [all...] |
/external/elfutils/src/ |
ldlex.c | 1071 #define yymore macro [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.c | 643 #define yymore() yymore_used_but_not_detected macro [all...] |
/external/mesa3d/src/glsl/ |
glsl_lexer.cpp | 976 #define yymore macro [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_lex.cpp | 745 #define yymore() yymore_used_but_not_detected macro [all...] |