Lines Matching refs:yy_current_state
1033 register yy_state_type yy_current_state; variable
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; in yy_get_previous_state() local
1664 yy_current_state = (yy_start); in yy_get_previous_state()
1668 yy_current_state = yy_nxt[yy_current_state][(*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1)]; in yy_get_previous_state()
1671 return yy_current_state; in yy_get_previous_state()
1679 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
1683 yy_current_state = yy_nxt[yy_current_state][1]; in yy_try_NUL_trans()
1684 yy_is_jam = (yy_current_state <= 0); in yy_try_NUL_trans()
1686 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()