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

1 2

  /external/bison/m4/
flex.m4 48 d { yyless (1); }
49 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
50 yyless ((input () != 0)); }
  /external/webkit/Tools/android/flex-2.5.4a/
scan.l 296 ^"%{".* ++bracelevel; yyless( 2 ); /* eat only %{ */
297 ^"%}".* --bracelevel; yyless( 2 ); /* eat only %} */
304 yyless( 0 ); /* put it all back */
353 yyless( yyleng - 2 ); /* put back '/', '*' */
428 yyless( 1 );
flex.skl 120 * yyless( 5 );
126 * done when it reached the ';' after the yyless() call.
131 #define yyless(n) \
1446 /* Redefine yyless() so it works in section 3 code. */
1448 #undef yyless
1449 #define yyless(n) \
    [all...]
skel.c 125 " * yyless( 5 );",
131 " * done when it reached the ';' after the yyless() call.",
136 "#define yyless(n) \\",
    [all...]
initscan.c 114 * yyless( 5 );
120 * done when it reached the ';' after the yyless() call.
125 #define yyless(n) \ macro
3542 #undef yyless macro
3543 #define yyless macro
    [all...]
NEWS 334 however, is if unput() or yyless() is used to alter the input
794 - yyless() can only be used in the flex input source, not
805 cheap. Using unput() is expensive. Using yyless() is
824 - yyless() can now be used in the third (user action) section
825 of a scanner specification, thanks to Ceriel Jacobs. yyless()
    [all...]
flex.1 857 .B yyless(n)
874 foobar ECHO; yyless(3);
879 .B yyless
886 .B yyless
    [all...]
  /external/checkpolicy/
policy_scan.l 64 yyless(1); }
  /external/elfutils/libcpu/
i386_lex.c 183 * access to the local variable yy_act. Since yyless() is a macro, it would break
184 * existing scanners that call yyless() from OUTSIDE i386_lex.
198 #define yyless(n) \ macro
1787 #undef yyless macro
1788 #define yyless macro
    [all...]
  /external/bison/src/
scan-skel.l 140 . { yyless (0); BEGIN SC_AT_DIRECTIVE_ARGS; }
scan-skel.c 240 #define yyless(n) \ macro
1170 { yyless (0); BEGIN SC_AT_DIRECTIVE_ARGS; }
2050 #undef yyless macro
2051 #define yyless macro
    [all...]
scan-code.c 240 #define yyless(n) \ macro
2263 #undef yyless macro
2264 #define yyless macro
    [all...]
scan-gram.c 240 #define yyless(n) \ macro
3301 #undef yyless macro
3302 #define yyless macro
    [all...]
scan-gram.l 61 yyless (0); \
  /system/core/sh/
arith_lex.c 154 #define yyless(n) \ macro
1707 #undef yyless macro
1708 #define yyless macro
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 221 #define yyless(n) \ macro
1842 #undef yyless macro
1843 #define yyless macro
    [all...]
  /external/elfutils/src/
ldlex.c 184 * access to the local variable yy_act. Since yyless() is a macro, it would break
185 * existing scanners that call yyless() from OUTSIDE ldlex.
199 #define yyless(n) \ macro
2579 #undef yyless macro
2580 #define yyless macro
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 187 * access to the local variable yy_act. Since yyless() is a macro, it would break
188 * existing scanners that call yyless() from OUTSIDE yylex.
202 #define yyless(n) \ macro
2517 #undef yyless macro
2518 #define yyless macro
    [all...]
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
flex.man 834 - yyless(n) returns all but the first n characters of the
843 foobar ECHO; yyless(3);
846 An argument of 0 to yyless will cause the entire
866 Note that yyless is a macro and can only be used in the flex
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
flex.info 760 - `yyless(n)' returns all but the first N characters of the current
768 foobar ECHO; yyless(3);
771 An argument of 0 to `yyless' will cause the entire current input
776 Note that `yyless' is a macro and can only be used in the flex
    [all...]
flex.texi 925 @samp{yyless(n)} returns all but the first @var{n} characters of
935 foobar ECHO; yyless(3);
939 An argument of 0 to @code{yyless} will cause the entire
945 Note that @code{yyless} is a macro and can only be used in the
    [all...]
  /external/libpcap/
scanner.c 153 #define yyless(n) \ macro
4249 #undef yyless macro
4250 #define yyless macro
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 268 #define yyless(n) \ macro
    [all...]
  /external/elfutils/
configure     [all...]

Completed in 5812 milliseconds

1 2