Home | History | Annotate | Download | only in compiler

Lines Matching defs:yy_current_state

723 	register yy_state_type yy_current_state;
767 yy_current_state = yy_start;
772 if ( yy_accept[yy_current_state] )
774 yy_last_accepting_state = yy_current_state;
777 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
779 yy_current_state = (int) yy_def[yy_current_state];
780 if ( yy_current_state >= 50 )
783 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
786 while ( yy_base[yy_current_state] != 73 );
789 yy_act = yy_accept[yy_current_state];
793 yy_current_state = yy_last_accepting_state;
794 yy_act = yy_accept[yy_current_state];
809 yy_current_state = yy_last_accepting_state;
1016 yy_current_state = yy_get_previous_state();
1027 yy_next_state = yy_try_NUL_trans( yy_current_state );
1035 yy_current_state = yy_next_state;
1081 yy_current_state = yy_get_previous_state();
1091 yy_current_state = yy_get_previous_state();
1250 register yy_state_type yy_current_state;
1253 yy_current_state = yy_start;
1258 if ( yy_accept[yy_current_state] )
1260 yy_last_accepting_state = yy_current_state;
1263 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1265 yy_current_state = (int) yy_def[yy_current_state];
1266 if ( yy_current_state >= 50 )
1269 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1272 return yy_current_state;
1283 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
1285 static yy_state_type yy_try_NUL_trans( yy_current_state )
1286 yy_state_type yy_current_state;
1293 if ( yy_accept[yy_current_state] )
1295 yy_last_accepting_state = yy_current_state;
1298 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1300 yy_current_state = (int) yy_def[yy_current_state];
1301 if ( yy_current_state >= 50 )
1304 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1305 yy_is_jam = (yy_current_state == 49);
1307 return yy_is_jam ? 0 : yy_current_state;