Lines Matching refs:yy_current_state
996 register yy_state_type yy_current_state;
1041 yy_current_state = (yy_start);
1043 while ( (yy_current_state = yy_nxt[yy_current_state][ yy_ec[YY_SC_TO_UI(*yy_cp)] ]) > 0 )
1046 yy_current_state = -yy_current_state;
1049 yy_act = yy_accept[yy_current_state];
1374 yy_current_state = yy_get_previous_state( );
1385 yy_next_state = yy_try_NUL_trans( yy_current_state );
1393 yy_current_state = yy_next_state;
1439 yy_current_state = yy_get_previous_state( );
1449 yy_current_state = yy_get_previous_state( );
1608 register yy_state_type yy_current_state;
1611 yy_current_state = (yy_start);
1615 yy_current_state = yy_nxt[yy_current_state][(*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1)];
1618 return yy_current_state;
1626 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1630 yy_current_state = yy_nxt[yy_current_state][1];
1631 yy_is_jam = (yy_current_state <= 0);
1633 return yy_is_jam ? 0 : yy_current_state;