Lines Matching refs:yy_current_state
791 register yy_state_type yy_current_state;
837 yy_current_state = (yy_start);
842 if ( yy_accept[yy_current_state] )
844 (yy_last_accepting_state) = yy_current_state;
847 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
849 yy_current_state = (int) yy_def[yy_current_state];
850 if ( yy_current_state >= 94 )
853 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
856 while ( yy_current_state != 93 );
858 yy_current_state = (yy_last_accepting_state);
861 yy_act = yy_accept[yy_current_state];
873 yy_current_state = (yy_last_accepting_state);
1083 yy_current_state = yy_get_previous_state( );
1094 yy_next_state = yy_try_NUL_trans( yy_current_state );
1102 yy_current_state = yy_next_state;
1109 yy_current_state = (yy_last_accepting_state);
1149 yy_current_state = yy_get_previous_state( );
1159 yy_current_state = yy_get_previous_state( );
1318 register yy_state_type yy_current_state;
1321 yy_current_state = (yy_start);
1326 if ( yy_accept[yy_current_state] )
1328 (yy_last_accepting_state) = yy_current_state;
1331 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1333 yy_current_state = (int) yy_def[yy_current_state];
1334 if ( yy_current_state >= 94 )
1337 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1340 return yy_current_state;
1348 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1354 if ( yy_accept[yy_current_state] )
1356 (yy_last_accepting_state) = yy_current_state;
1359 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1361 yy_current_state = (int) yy_def[yy_current_state];
1362 if ( yy_current_state >= 94 )
1365 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1366 yy_is_jam = (yy_current_state == 93);
1368 return yy_is_jam ? 0 : yy_current_state;