Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:yyless

114  *		yyless( 5 );
120 * done when it reached the ';' after the yyless() call.
125 #define yyless(n) \
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 );
3540 /* Redefine yyless() so it works in section 3 code. */
3542 #undef yyless
3543 #define yyless(n) \