Home | History | Annotate | Download | only in src

Lines Matching refs:yy_act

184      *       access to the local variable yy_act. Since yyless() is a macro, it would break
186 * One obvious solution it to make yy_act a global. I tried that, and saw
187 * a 5% performance hit in a non-ldlineno scanner, because yy_act is
1340 register int yy_act;
1415 yy_act = yy_accept[yy_current_state];
1419 if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] )
1431 switch ( yy_act )
1858 yy_act = YY_STATE_EOF(YY_START);