Lines Matching defs:yy_current_state

704 	yy_state_type yy_current_state;
751 yy_current_state = (yy_start);
756 if ( yy_accept[yy_current_state] )
758 (yy_last_accepting_state) = yy_current_state;
761 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
763 yy_current_state = (int) yy_def[yy_current_state];
764 if ( yy_current_state >= 32 )
767 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
770 while ( yy_base[yy_current_state] != 57 );
773 yy_act = yy_accept[yy_current_state];
777 yy_current_state = (yy_last_accepting_state);
778 yy_act = yy_accept[yy_current_state];
791 yy_current_state = (yy_last_accepting_state);
941 yy_current_state = yy_get_previous_state( );
952 yy_next_state = yy_try_NUL_trans( yy_current_state );
960 yy_current_state = yy_next_state;
1006 yy_current_state = yy_get_previous_state( );
1016 yy_current_state = yy_get_previous_state( );
1180 yy_state_type yy_current_state;
1183 yy_current_state = (yy_start);
1188 if ( yy_accept[yy_current_state] )
1190 (yy_last_accepting_state) = yy_current_state;
1193 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1195 yy_current_state = (int) yy_def[yy_current_state];
1196 if ( yy_current_state >= 32 )
1199 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1202 return yy_current_state;
1210 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1216 if ( yy_accept[yy_current_state] )
1218 (yy_last_accepting_state) = yy_current_state;
1221 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1223 yy_current_state = (int) yy_def[yy_current_state];
1224 if ( yy_current_state >= 32 )
1227 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1228 yy_is_jam = (yy_current_state == 31);
1230 return yy_is_jam ? 0 : yy_current_state;