/external/webkit/Tools/android/flex-2.5.4a/ |
D | 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 );
|
D | initscan.c | 125 #define yyless(n) \ macro 2071 ++bracelevel; yyless( 2 ); /* eat only %{ */ 2076 --bracelevel; yyless( 2 ); /* eat only %} */ 2089 yyless( 0 ); /* put it all back */ 2188 yyless( yyleng - 2 ); /* put back '/', '*' */ 2282 yyless( 1 ); 3542 #undef yyless 3543 #define yyless(n) \ macro
|
D | 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) \
|
D | 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() 962 YY_NEW_FILE and yyless macros have been removed. They now
|
/external/bison/m4/ |
D | flex.m4 | 48 d { yyless (1); } 49 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ 50 yyless ((input () != 0)); }
|
/external/bison/src/ |
D | scan-skel.c | 240 #define yyless(n) \ macro 1170 { yyless (0); BEGIN SC_AT_DIRECTIVE_ARGS; } 2050 #undef yyless 2051 #define yyless(n) \ macro
|
D | scan-skel.l | 140 . { yyless (0); BEGIN SC_AT_DIRECTIVE_ARGS; }
|
D | scan-gram.c | 240 #define yyless(n) \ macro 1004 yyless (0); \ 3301 #undef yyless 3302 #define yyless(n) \ macro
|
D | scan-code.c | 240 #define yyless(n) \ macro 2263 #undef yyless 2264 #define yyless(n) \ macro
|
D | scan-gram.l | 61 yyless (0); \
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 198 #define yyless(n) \ macro 1787 #undef yyless 1788 #define yyless(n) \ macro
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 221 #define yyless(n) \ macro 1842 #undef yyless 1843 #define yyless(n) \ macro
|
/external/checkpolicy/ |
D | policy_scan.l | 64 yyless(1); }
|
/external/elfutils/src/ |
D | ldlex.c | 199 #define yyless(n) \ macro 2579 #undef yyless 2580 #define yyless(n) \ macro
|
/external/libpcap/ |
D | scanner.c | 153 #define yyless(n) \ macro 4249 #undef yyless 4250 #define yyless(n) \ macro
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 202 #define yyless(n) \ macro 2517 #undef yyless 2518 #define yyless(n) \ macro
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | initscan-mvs.c | 268 #define yyless(n) \ macro
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | 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 2556 of work, while yyless() is a quite-cheap macro; so if just 2557 putting back some excess text you scanned, use yyless().
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | 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 2083 `yyless()' is a quite-cheap macro; so if just putting back some excess 2084 text you scanned, use `yyless()'.
|
D | 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 2468 a bit of work, while @samp{yyless()} is a quite-cheap macro; so 2470 @samp{yyless()}.
|
/external/elfutils/ |
D | configure | 3815 d { yyless (1); } 3816 e { yyless (input () != 0); }
|
/external/bison/ |
D | configure | 8342 d { yyless (1); } 8343 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ 8344 yyless ((input () != 0)); }
|