Lines Matching refs:yy_current_state
451 register yy_state_type yy_current_state;
557 yy_current_state = yy_get_previous_state();
568 yy_next_state = yy_try_NUL_trans( yy_current_state );
576 yy_current_state = yy_next_state;
622 yy_current_state = yy_get_previous_state();
632 yy_current_state = yy_get_previous_state();
882 register yy_state_type yy_current_state;
885 %% code to get the start state into yy_current_state goes here
892 return yy_current_state;
904 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
906 static yy_state_type yy_try_NUL_trans( yy_current_state )
907 yy_state_type yy_current_state;
910 yy_state_type yyFlexLexer::yy_try_NUL_trans( yy_state_type yy_current_state )
916 return yy_is_jam ? 0 : yy_current_state;