• Home
  • Raw
  • Download

Lines Matching refs:yy_current_state

3380 	yy_state_type yy_current_state;  variable
3430 yy_current_state = yyg->yy_start;
3435 if ( yy_accept[yy_current_state] )
3437 yyg->yy_last_accepting_state = yy_current_state;
3440 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
3442 yy_current_state = (int) yy_def[yy_current_state];
3443 if ( yy_current_state >= 1724 )
3446 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
3449 while ( yy_current_state != 1723 );
3451 yy_current_state = yyg->yy_last_accepting_state;
3454 yy_act = yy_accept[yy_current_state];
3466 yy_current_state = yyg->yy_last_accepting_state;
4447 yy_current_state = yy_get_previous_state( yyscanner );
4458 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
4466 yy_current_state = yy_next_state;
4473 yy_current_state = yyg->yy_last_accepting_state;
4513 yy_current_state = yy_get_previous_state( yyscanner );
4523 yy_current_state = yy_get_previous_state( yyscanner );
4688 yy_state_type yy_current_state; in yy_get_previous_state() local
4692 yy_current_state = yyg->yy_start; in yy_get_previous_state()
4697 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
4699 yyg->yy_last_accepting_state = yy_current_state; in yy_get_previous_state()
4702 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
4704 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
4705 if ( yy_current_state >= 1724 ) in yy_get_previous_state()
4708 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; in yy_get_previous_state()
4711 return yy_current_state; in yy_get_previous_state()
4719 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() argument
4726 if ( yy_accept[yy_current_state] ) in yy_try_NUL_trans()
4728 yyg->yy_last_accepting_state = yy_current_state; in yy_try_NUL_trans()
4731 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
4733 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
4734 if ( yy_current_state >= 1724 ) in yy_try_NUL_trans()
4737 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; in yy_try_NUL_trans()
4738 yy_is_jam = (yy_current_state == 1723); in yy_try_NUL_trans()
4741 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()