• Home
  • Raw
  • Download

Lines Matching refs:yy_current_state

1287 	register yy_state_type yy_current_state;
1339 yy_current_state = yyg->yy_start;
1340 yy_current_state += YY_AT_BOL();
1345 if ( yy_accept[yy_current_state] )
1347 yyg->yy_last_accepting_state = yy_current_state;
1350 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1352 yy_current_state = (int) yy_def[yy_current_state];
1353 if ( yy_current_state >= 813 )
1356 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1359 while ( yy_current_state != 812 );
1361 yy_current_state = yyg->yy_last_accepting_state;
1364 yy_act = yy_accept[yy_current_state];
1376 yy_current_state = yyg->yy_last_accepting_state;
2573 yy_current_state = yy_get_previous_state( yyscanner );
2584 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
2592 yy_current_state = yy_next_state;
2599 yy_current_state = yyg->yy_last_accepting_state;
2639 yy_current_state = yy_get_previous_state( yyscanner );
2649 yy_current_state = yy_get_previous_state( yyscanner );
2809 register yy_state_type yy_current_state; in yy_get_previous_state() local
2813 yy_current_state = yyg->yy_start; in yy_get_previous_state()
2814 yy_current_state += YY_AT_BOL(); in yy_get_previous_state()
2819 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
2821 yyg->yy_last_accepting_state = yy_current_state; in yy_get_previous_state()
2824 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
2826 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
2827 if ( yy_current_state >= 813 ) in yy_get_previous_state()
2830 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_get_previous_state()
2833 return yy_current_state; in yy_get_previous_state()
2841 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() argument
2848 if ( yy_accept[yy_current_state] ) in yy_try_NUL_trans()
2850 yyg->yy_last_accepting_state = yy_current_state; in yy_try_NUL_trans()
2853 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
2855 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
2856 if ( yy_current_state >= 813 ) in yy_try_NUL_trans()
2859 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; in yy_try_NUL_trans()
2860 yy_is_jam = (yy_current_state == 812); in yy_try_NUL_trans()
2862 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()