Lines Matching refs:yy_current_state

803 	register yy_state_type yy_current_state;
863 yy_current_state = (yy_start);
868 if ( yy_accept[yy_current_state] )
870 (yy_last_accepting_state) = yy_current_state;
873 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
875 yy_current_state = (int) yy_def[yy_current_state];
876 if ( yy_current_state >= 17 )
879 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
882 while ( yy_current_state != 16 );
884 yy_current_state = (yy_last_accepting_state);
888 yy_act = yy_accept[yy_current_state];
920 yy_current_state = (yy_last_accepting_state);
1020 yy_current_state = yy_get_previous_state( );
1031 yy_next_state = yy_try_NUL_trans( yy_current_state );
1039 yy_current_state = yy_next_state;
1047 yy_current_state = (yy_last_accepting_state);
1087 yy_current_state = yy_get_previous_state( );
1097 yy_current_state = yy_get_previous_state( );
1274 register yy_state_type yy_current_state;
1277 /* %% [15.0] code to get the start state into yy_current_state goes here */
1278 yy_current_state = (yy_start);
1284 if ( yy_accept[yy_current_state] )
1286 (yy_last_accepting_state) = yy_current_state;
1289 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1291 yy_current_state = (int) yy_def[yy_current_state];
1292 if ( yy_current_state >= 17 )
1295 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1298 return yy_current_state;
1307 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1317 if ( yy_accept[yy_current_state] )
1319 (yy_last_accepting_state) = yy_current_state;
1322 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1324 yy_current_state = (int) yy_def[yy_current_state];
1325 if ( yy_current_state >= 17 )
1328 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1329 yy_is_jam = (yy_current_state == 16);
1331 return yy_is_jam ? 0 : yy_current_state;