Lines Matching defs:yy_current_state
693 register yy_state_type yy_current_state;
739 yy_current_state = (yy_start);
744 if ( yy_accept[yy_current_state] )
746 (yy_last_accepting_state) = yy_current_state;
749 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
751 yy_current_state = (int) yy_def[yy_current_state];
752 if ( yy_current_state >= 33 )
755 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
758 while ( yy_base[yy_current_state] != 47 );
761 yy_act = yy_accept[yy_current_state];
765 yy_current_state = (yy_last_accepting_state);
766 yy_act = yy_accept[yy_current_state];
779 yy_current_state = (yy_last_accepting_state);
895 yy_current_state = yy_get_previous_state( );
906 yy_next_state = yy_try_NUL_trans( yy_current_state );
914 yy_current_state = yy_next_state;
960 yy_current_state = yy_get_previous_state( );
970 yy_current_state = yy_get_previous_state( );
1129 register yy_state_type yy_current_state;
1132 yy_current_state = (yy_start);
1137 if ( yy_accept[yy_current_state] )
1139 (yy_last_accepting_state) = yy_current_state;
1142 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1144 yy_current_state = (int) yy_def[yy_current_state];
1145 if ( yy_current_state >= 33 )
1148 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1151 return yy_current_state;
1159 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1165 if ( yy_accept[yy_current_state] )
1167 (yy_last_accepting_state) = yy_current_state;
1170 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1172 yy_current_state = (int) yy_def[yy_current_state];
1173 if ( yy_current_state >= 33 )
1176 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1177 yy_is_jam = (yy_current_state == 32);
1179 return yy_is_jam ? 0 : yy_current_state;