Lines Matching refs:yy_current_state
1033 register yy_state_type yy_current_state;
1078 yy_current_state = (yy_start);
1080 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1083 yy_current_state = -yy_current_state;
1086 yy_act = yy_accept[yy_current_state];
1427 yy_current_state = yy_get_previous_state( );
1438 yy_next_state = yy_try_NUL_trans( yy_current_state );
1446 yy_current_state = yy_next_state;
1492 yy_current_state = yy_get_previous_state( );
1502 yy_current_state = yy_get_previous_state( );
1661 register yy_state_type yy_current_state;
1664 yy_current_state = (yy_start);
1668 yy_current_state = yy_nxt[yy_current_state][(*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1)];
1671 return yy_current_state;
1679 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1683 yy_current_state = yy_nxt[yy_current_state][1];
1684 yy_is_jam = (yy_current_state <= 0);
1686 return yy_is_jam ? 0 : yy_current_state;