Searched refs:yyless (Results 1 – 17 of 17) sorted by relevance
486 ^"%{".* ++bracelevel; yyless( 2 ); /* eat only %{ */487 ^"%}".* --bracelevel; yyless( 2 ); /* eat only %} */495 yyless( 0 ); /* put it all back */557 yyless(amt);574 yyless( yyleng - 2 ); /* put back '/', '*' */676 yyless( 1 );743 yyless(1);751 yyless(1);762 yyless(1);
420 * access to the local variable yy_act. Since yyless() is a macro, it would break421 * existing scanners that call yyless() from OUTSIDE yylex.446 #define yyless(n) \2481 /* Redefine yyless() so it works in section 3 code. */2483 #undef yyless2484 #define yyless(n) \
106 yyless(atvar);146 yyless(0);
170 #define yyless(n) \ macro3112 ++bracelevel; yyless( 2 ); /* eat only %{ */3117 --bracelevel; yyless( 2 ); /* eat only %} */3131 yyless( 0 ); /* put it all back */3245 yyless(amt);3265 yyless( yyleng - 2 ); /* put back '/', '*' */3387 yyless( 1 );3468 yyless(1);3479 yyless(1);3494 yyless(1);[all …]
79 yyless(2);
171 #define yyless(n) \ macro1626 #undef yyless1627 #define yyless(n) \ macro
171 #define yyless(n) \ macro1642 #undef yyless1643 #define yyless(n) \ macro
171 #define yyless(n) \ macro1579 #undef yyless1580 #define yyless(n) \ macro
171 #define yyless(n) \ macro2507 #undef yyless2508 #define yyless(n) \ macro
334 however, is if unput() or yyless() is used to alter the input794 - yyless() can only be used in the flex input source, not805 cheap. Using unput() is expensive. Using yyless() is824 - yyless() can now be used in the third (user action) section825 of a scanner specification, thanks to Ceriel Jacobs. yyless()962 YY_NEW_FILE and yyless macros have been removed. They now
593 ** Fixed bug where yyless did not consider yylineno
946 * src/scan.l: avoid warning, POSIX says yyless() has an `int'4637 * flex.skl: Fixed bug in SECOND yyless definition where argument was4642 * flex.skl: Fixed bug in yyless definition where argument was not6010 * flex.skl: Fixed bug where yyless did not consider yylineno.9481 * flex.skl: Added dynamic buffer growing. Added yyless() for9616 yyless() with yymore() checkpoint prior to C++ option
171 #define yyless(n) \ macro7720 #undef yyless7721 #define yyless(n) \ macro
9286 d { yyless (1); }9287 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */9289 yyless ((yyinput () != 0));9291 yyless ((input () != 0));
3481 d { yyless (1); }3482 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */3483 yyless ((input () != 0)); }
7178 d { yyless (1); }7179 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */7181 yyless ((yyinput () != 0));7183 yyless ((input () != 0));
12408 d { yyless (1); }12409 e { yyless (input () != 0); }