Lines Matching refs:yy_current_state
952 register yy_state_type yy_current_state;
997 yy_current_state = (yy_start);
999 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1002 yy_current_state = -yy_current_state;
1005 yy_act = yy_accept[yy_current_state];
1325 yy_current_state = yy_get_previous_state( );
1336 yy_next_state = yy_try_NUL_trans( yy_current_state );
1344 yy_current_state = yy_next_state;
1390 yy_current_state = yy_get_previous_state( );
1400 yy_current_state = yy_get_previous_state( );
1551 register yy_state_type yy_current_state;
1554 yy_current_state = (yy_start);
1558 yy_current_state = yy_nxt[yy_current_state][(*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1)];
1561 return yy_current_state;
1569 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1573 yy_current_state = yy_nxt[yy_current_state][1];
1574 yy_is_jam = (yy_current_state <= 0);
1576 return yy_is_jam ? 0 : yy_current_state;