Lines Matching defs:yy_current_state

672 	register yy_state_type yy_current_state;
718 yy_current_state = (yy_start);
723 if ( yy_accept[yy_current_state] )
725 (yy_last_accepting_state) = yy_current_state;
728 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
730 yy_current_state = (int) yy_def[yy_current_state];
731 if ( yy_current_state >= 39 )
734 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
737 while ( yy_base[yy_current_state] != 48 );
740 yy_act = yy_accept[yy_current_state];
744 yy_current_state = (yy_last_accepting_state);
745 yy_act = yy_accept[yy_current_state];
758 yy_current_state = (yy_last_accepting_state);
956 yy_current_state = yy_get_previous_state( );
967 yy_next_state = yy_try_NUL_trans( yy_current_state );
975 yy_current_state = yy_next_state;
1021 yy_current_state = yy_get_previous_state( );
1031 yy_current_state = yy_get_previous_state( );
1182 register yy_state_type yy_current_state;
1185 yy_current_state = (yy_start);
1190 if ( yy_accept[yy_current_state] )
1192 (yy_last_accepting_state) = yy_current_state;
1195 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1197 yy_current_state = (int) yy_def[yy_current_state];
1198 if ( yy_current_state >= 39 )
1201 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1204 return yy_current_state;
1212 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1218 if ( yy_accept[yy_current_state] )
1220 (yy_last_accepting_state) = yy_current_state;
1223 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1225 yy_current_state = (int) yy_def[yy_current_state];
1226 if ( yy_current_state >= 39 )
1229 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1230 yy_is_jam = (yy_current_state == 38);
1232 return yy_is_jam ? 0 : yy_current_state;