Lines Matching refs:yy_current_state

902 	yy_state_type yy_current_state;
950 yy_current_state = (yy_start);
955 if ( yy_accept[yy_current_state] )
957 (yy_last_accepting_state) = yy_current_state;
960 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
962 yy_current_state = (int) yy_def[yy_current_state];
963 if ( yy_current_state >= 420 )
966 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
969 while ( yy_base[yy_current_state] != 499 );
972 yy_act = yy_accept[yy_current_state];
976 yy_current_state = (yy_last_accepting_state);
977 yy_act = yy_accept[yy_current_state];
990 yy_current_state = (yy_last_accepting_state);
1449 yy_current_state = yy_get_previous_state( );
1460 yy_next_state = yy_try_NUL_trans( yy_current_state );
1468 yy_current_state = yy_next_state;
1514 yy_current_state = yy_get_previous_state( );
1524 yy_current_state = yy_get_previous_state( );
1688 yy_state_type yy_current_state;
1691 yy_current_state = (yy_start);
1696 if ( yy_accept[yy_current_state] )
1698 (yy_last_accepting_state) = yy_current_state;
1701 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1703 yy_current_state = (int) yy_def[yy_current_state];
1704 if ( yy_current_state >= 420 )
1707 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1710 return yy_current_state;
1718 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1724 if ( yy_accept[yy_current_state] )
1726 (yy_last_accepting_state) = yy_current_state;
1729 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1731 yy_current_state = (int) yy_def[yy_current_state];
1732 if ( yy_current_state >= 420 )
1735 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1736 yy_is_jam = (yy_current_state == 419);
1738 return yy_is_jam ? 0 : yy_current_state;