Lines Matching refs:yy_current_state

890 	register yy_state_type yy_current_state;  variable
960 yy_current_state = (yy_start);
965 if ( yy_accept[yy_current_state] )
967 (yy_last_accepting_state) = yy_current_state;
970 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
972 yy_current_state = (int) yy_def[yy_current_state];
973 if ( yy_current_state >= 45 )
976 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
979 while ( yy_current_state != 44 );
981 yy_current_state = (yy_last_accepting_state);
985 yy_act = yy_accept[yy_current_state];
1017 yy_current_state = (yy_last_accepting_state);
1228 yy_current_state = yy_get_previous_state( );
1239 yy_next_state = yy_try_NUL_trans( yy_current_state );
1247 yy_current_state = yy_next_state;
1255 yy_current_state = (yy_last_accepting_state);
1295 yy_current_state = yy_get_previous_state( );
1305 yy_current_state = yy_get_previous_state( );
1482 register yy_state_type yy_current_state; in yy_get_previous_state() local
1486 yy_current_state = (yy_start); in yy_get_previous_state()
1492 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
1494 (yy_last_accepting_state) = yy_current_state; in yy_get_previous_state()
1497 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
1499 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
1500 if ( yy_current_state >= 45 ) in yy_get_previous_state()
1503 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_get_previous_state()
1506 return yy_current_state; in yy_get_previous_state()
1515 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) in yy_try_NUL_trans() argument
1525 if ( yy_accept[yy_current_state] ) in yy_try_NUL_trans()
1527 (yy_last_accepting_state) = yy_current_state; in yy_try_NUL_trans()
1530 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
1532 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
1533 if ( yy_current_state >= 45 ) in yy_try_NUL_trans()
1536 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_try_NUL_trans()
1537 yy_is_jam = (yy_current_state == 44); in yy_try_NUL_trans()
1539 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()