Lines Matching refs:yy_current_state

907 	register yy_state_type yy_current_state;
967 yy_current_state = (yy_start);
968 yy_current_state += YY_AT_BOL();
973 if ( yy_accept[yy_current_state] )
975 (yy_last_accepting_state) = yy_current_state;
978 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
980 yy_current_state = (int) yy_def[yy_current_state];
981 if ( yy_current_state >= 73 )
984 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
987 while ( yy_base[yy_current_state] != 266 );
991 yy_act = yy_accept[yy_current_state];
995 yy_current_state = (yy_last_accepting_state);
996 yy_act = yy_accept[yy_current_state];
1029 yy_current_state = (yy_last_accepting_state);
1150 yy_current_state = yy_get_previous_state( );
1161 yy_next_state = yy_try_NUL_trans( yy_current_state );
1169 yy_current_state = yy_next_state;
1216 yy_current_state = yy_get_previous_state( );
1226 yy_current_state = yy_get_previous_state( );
1403 register yy_state_type yy_current_state;
1406 /* %% [15.0] code to get the start state into yy_current_state goes here */
1407 yy_current_state = (yy_start);
1408 yy_current_state += YY_AT_BOL();
1414 if ( yy_accept[yy_current_state] )
1416 (yy_last_accepting_state) = yy_current_state;
1419 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1421 yy_current_state = (int) yy_def[yy_current_state];
1422 if ( yy_current_state >= 73 )
1425 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1428 return yy_current_state;
1437 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1447 if ( yy_accept[yy_current_state] )
1449 (yy_last_accepting_state) = yy_current_state;
1452 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1454 yy_current_state = (int) yy_def[yy_current_state];
1455 if ( yy_current_state >= 73 )
1458 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1459 yy_is_jam = (yy_current_state == 72);
1461 return yy_is_jam ? 0 : yy_current_state;