Home | History | Annotate | Download | only in sksl

Lines Matching refs:yy_act

197      *       access to the local variable yy_act. Since yyless() is a macro, it would break
199 * One obvious solution it to make yy_act a global. I tried that, and saw
200 * a 5% performance hit in a non-yylineno scanner, because yy_act is
877 register int yy_act;
948 yy_act = yy_accept[yy_current_state];
952 if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] )
966 switch ( yy_act )
1529 yy_act = YY_STATE_EOF(YY_START);