Home | History | Annotate | Download | only in compiler

Lines Matching refs:yy_act

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