Lines Matching refs:yy_current_state
762 register yy_state_type yy_current_state;
809 yy_current_state = (yy_start);
810 yy_current_state += YY_AT_BOL();
815 if ( yy_accept[yy_current_state] )
817 (yy_last_accepting_state) = yy_current_state;
820 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
822 yy_current_state = (int) yy_def[yy_current_state];
823 if ( yy_current_state >= 62 )
826 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
829 while ( yy_current_state != 61 );
831 yy_current_state = (yy_last_accepting_state);
834 yy_act = yy_accept[yy_current_state];
856 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;
1042 yy_current_state = (yy_last_accepting_state);
1082 yy_current_state = yy_get_previous_state( );
1092 yy_current_state = yy_get_previous_state( );
1251 register yy_state_type yy_current_state;
1254 yy_current_state = (yy_start);
1255 yy_current_state += YY_AT_BOL();
1260 if ( yy_accept[yy_current_state] )
1262 (yy_last_accepting_state) = yy_current_state;
1265 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1267 yy_current_state = (int) yy_def[yy_current_state];
1268 if ( yy_current_state >= 62 )
1271 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1274 return yy_current_state;
1282 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1288 if ( yy_accept[yy_current_state] )
1290 (yy_last_accepting_state) = yy_current_state;
1293 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1295 yy_current_state = (int) yy_def[yy_current_state];
1296 if ( yy_current_state >= 62 )
1299 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1300 yy_is_jam = (yy_current_state == 61);
1302 return yy_is_jam ? 0 : yy_current_state;