Lines Matching defs:yy_current_state

4700 	yy_state_type yy_current_state;
4753 yy_current_state = (yy_start);
4758 if ( yy_accept[yy_current_state] )
4760 (yy_last_accepting_state) = yy_current_state;
4763 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
4765 yy_current_state = (int) yy_def[yy_current_state];
4766 if ( yy_current_state >= 4016 )
4769 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
4772 while ( yy_base[yy_current_state] != 11459 );
4775 yy_act = yy_accept[yy_current_state];
4779 yy_current_state = (yy_last_accepting_state);
4780 yy_act = yy_accept[yy_current_state];
4793 yy_current_state = (yy_last_accepting_state);
6989 yy_current_state = yy_get_previous_state( );
7000 yy_next_state = yy_try_NUL_trans( yy_current_state );
7008 yy_current_state = yy_next_state;
7054 yy_current_state = yy_get_previous_state( );
7064 yy_current_state = yy_get_previous_state( );
7228 yy_state_type yy_current_state;
7231 yy_current_state = (yy_start);
7236 if ( yy_accept[yy_current_state] )
7238 (yy_last_accepting_state) = yy_current_state;
7241 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
7243 yy_current_state = (int) yy_def[yy_current_state];
7244 if ( yy_current_state >= 4016 )
7247 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
7250 return yy_current_state;
7258 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
7264 if ( yy_accept[yy_current_state] )
7266 (yy_last_accepting_state) = yy_current_state;
7269 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
7271 yy_current_state = (int) yy_def[yy_current_state];
7272 if ( yy_current_state >= 4016 )
7275 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
7276 yy_is_jam = (yy_current_state == 4015);
7278 return yy_is_jam ? 0 : yy_current_state;