Lines Matching refs:yy_current_state

3218 	yy_state_type yy_current_state;  variable
3268 yy_current_state = yyg->yy_start;
3273 if ( yy_accept[yy_current_state] )
3275 yyg->yy_last_accepting_state = yy_current_state;
3278 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
3280 yy_current_state = (int) yy_def[yy_current_state];
3281 if ( yy_current_state >= 1729 )
3284 yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
3287 while ( yy_current_state != 1728 );
3289 yy_current_state = yyg->yy_last_accepting_state;
3292 yy_act = yy_accept[yy_current_state];
3304 yy_current_state = yyg->yy_last_accepting_state;
4300 yy_current_state = yy_get_previous_state( yyscanner );
4311 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
4319 yy_current_state = yy_next_state;
4326 yy_current_state = yyg->yy_last_accepting_state;
4366 yy_current_state = yy_get_previous_state( yyscanner );
4376 yy_current_state = yy_get_previous_state( yyscanner );
4537 yy_state_type yy_current_state; in yy_get_previous_state() local
4541 yy_current_state = yyg->yy_start; in yy_get_previous_state()
4546 if ( yy_accept[yy_current_state] ) in yy_get_previous_state()
4548 yyg->yy_last_accepting_state = yy_current_state; in yy_get_previous_state()
4551 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_get_previous_state()
4553 yy_current_state = (int) yy_def[yy_current_state]; in yy_get_previous_state()
4554 if ( yy_current_state >= 1729 ) in yy_get_previous_state()
4557 yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c]; in yy_get_previous_state()
4560 return yy_current_state; in yy_get_previous_state()
4568 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() argument
4575 if ( yy_accept[yy_current_state] ) in yy_try_NUL_trans()
4577 yyg->yy_last_accepting_state = yy_current_state; in yy_try_NUL_trans()
4580 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) in yy_try_NUL_trans()
4582 yy_current_state = (int) yy_def[yy_current_state]; in yy_try_NUL_trans()
4583 if ( yy_current_state >= 1729 ) in yy_try_NUL_trans()
4586 yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c]; in yy_try_NUL_trans()
4587 yy_is_jam = (yy_current_state == 1728); in yy_try_NUL_trans()
4590 return yy_is_jam ? 0 : yy_current_state; in yy_try_NUL_trans()