Lines Matching refs:yy_current_state

2644 	register yy_state_type yy_current_state;
2690 yy_current_state = (yy_start);
2695 if ( yy_accept[yy_current_state] )
2697 (yy_last_accepting_state) = yy_current_state;
2700 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
2702 yy_current_state = (int) yy_def[yy_current_state];
2703 if ( yy_current_state >= 1330 )
2706 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
2709 while ( yy_base[yy_current_state] != 6570 );
2712 yy_act = yy_accept[yy_current_state];
2716 yy_current_state = (yy_last_accepting_state);
2717 yy_act = yy_accept[yy_current_state];
2730 yy_current_state = (yy_last_accepting_state);
3498 yy_current_state = yy_get_previous_state( );
3509 yy_next_state = yy_try_NUL_trans( yy_current_state );
3517 yy_current_state = yy_next_state;
3563 yy_current_state = yy_get_previous_state( );
3573 yy_current_state = yy_get_previous_state( );
3724 register yy_state_type yy_current_state;
3727 yy_current_state = (yy_start);
3732 if ( yy_accept[yy_current_state] )
3734 (yy_last_accepting_state) = yy_current_state;
3737 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
3739 yy_current_state = (int) yy_def[yy_current_state];
3740 if ( yy_current_state >= 1330 )
3743 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
3746 return yy_current_state;
3754 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
3760 if ( yy_accept[yy_current_state] )
3762 (yy_last_accepting_state) = yy_current_state;
3765 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
3767 yy_current_state = (int) yy_def[yy_current_state];
3768 if ( yy_current_state >= 1330 )
3771 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
3772 yy_is_jam = (yy_current_state == 1329);
3774 return yy_is_jam ? 0 : yy_current_state;