HomeSort by relevance Sort by last modified time
    Searched full:yymore (Results 1 - 25 of 28) sorted by null

1 2

  /external/bison/m4/
flex.m4 47 c { yymore (); }
  /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...]
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 
  /external/bison/examples/calc++/
calc++-scanner.cc 441 /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\
542 #define yymore() yymore_used_but_not_detected macro
851 /* %% [8.0] yymore()-related code goes here */
    [all...]
  /external/bison/src/
scan-skel.c 460 /* %% [2.0] code to fiddle skel_text and skel_leng for yymore() goes here \ */\
597 #define yymore() yymore_used_but_not_detected macro
948 /* %% [8.0] yymore()-related code goes here */
    [all...]
scan-code.c 460 /* %% [2.0] code to fiddle code_text and code_leng for yymore() goes here \ */\
650 #define yymore() yymore_used_but_not_detected macro
1055 /* %% [8.0] yymore()-related code goes here */
    [all...]
scan-gram.c 460 /* %% [2.0] code to fiddle gram_text and gram_leng for yymore() goes here \ */\
942 #define yymore macro
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 661 . { yymore(); }
  /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/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 745 #define yymore() yymore_used_but_not_detected macro
    [all...]

Completed in 1031 milliseconds

1 2