Lines Matching refs:yy_current_state
2473 yy_state_type yy_current_state; variable
2519 yy_current_state = (yy_start);
2521 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
2524 yy_current_state = -yy_current_state;
2527 yy_act = yy_accept[yy_current_state];
2954 yy_current_state = yy_get_previous_state( );
2965 yy_next_state = yy_try_NUL_trans( yy_current_state );
2973 yy_current_state = yy_next_state;
3019 yy_current_state = yy_get_previous_state( );
3029 yy_current_state = yy_get_previous_state( );
3193 yy_state_type yy_current_state; in yy_get_previous_state() local
3196 yy_current_state = (yy_start); in yy_get_previous_state()
3200 yy_current_state = yy_nxt[yy_current_state][(*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1)]; in yy_get_previous_state()
3203 return yy_current_state; in yy_get_previous_state()
3211 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
3215 yy_current_state = yy_nxt[yy_current_state][1]; in yy_try_NUL_trans()
3216 yy_is_jam = (yy_current_state <= 0); in yy_try_NUL_trans()
3218 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()