Searched refs:yyless (Results 1 – 17 of 17) sorted by relevance
461 ^"%{".* ++bracelevel; yyless( 2 ); /* eat only %{ */462 ^"%}".* --bracelevel; yyless( 2 ); /* eat only %} */469 yyless( 0 ); /* put it all back */532 yyless(amt);548 yyless( yyleng - 2 ); /* put back '/', '*' */649 yyless( 1 );716 yyless(1);724 yyless(1);735 yyless(1);
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
503 * access to the local variable yy_act. Since yyless() is a macro, it would break504 * existing scanners that call yyless() from OUTSIDE yylex. 525 #define yyless(n) \2501 /* Redefine yyless() so it works in section 3 code. */2503 #undef yyless2504 #define yyless(n) \
367 ** Fixed bug where yyless did not consider yylineno
1865 * flex.skl: Fixed bug in SECOND yyless definition where argument was1870 * flex.skl: Fixed bug in yyless definition where argument was not3238 * flex.skl: Fixed bug where yyless did not consider yylineno.6709 * flex.skl: Added dynamic buffer growing. Added yyless() for6844 yyless() with yymore() checkpoint prior to C++ option
115 yyless(atvar);155 yyless(0);
184 #define yyless(n) \ macro3143 ++bracelevel; yyless( 2 ); /* eat only %{ */3148 --bracelevel; yyless( 2 ); /* eat only %} */3161 yyless( 0 ); /* put it all back */3275 yyless(amt);3294 yyless( yyleng - 2 ); /* put back '/', '*' */3415 yyless( 1 );3496 yyless(1);3507 yyless(1);3522 yyless(1);[all …]
81 yyless(2);
194 #define yyless(n) \ macro1523 #undef yyless1524 #define yyless(n) \ macro
171 #define yyless(n) \ macro1579 #undef yyless1580 #define yyless(n) \ macro
171 #define yyless(n) \ macro1642 #undef yyless1643 #define yyless(n) \ macro
171 #define yyless(n) \ macro2507 #undef yyless2508 #define yyless(n) \ macro
390 yyless (2);
7966 d { yyless (1); }7967 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */7968 yyless ((input () != 0)); }
3481 d { yyless (1); }3482 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */3483 yyless ((input () != 0)); }
6226 d { yyless (1); }6227 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */6228 yyless ((input () != 0)); }
12408 d { yyless (1); }12409 e { yyless (input () != 0); }