Home | History | Annotate | Download | only in sksl

Lines Matching refs:yy_act

189      *       access to the local variable yy_act. Since yyless() is a macro, it would break
191 * One obvious solution it to make yy_act a global. I tried that, and saw
192 * a 5% performance hit in a non-yylineno scanner, because yy_act is
813 register int yy_act;
883 yy_act = yy_accept[yy_current_state];
887 if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] )
901 switch ( yy_act )
1112 yy_act = YY_STATE_EOF(YY_START);