Lines Matching refs:yy_current_state
1174 yy_state_type yy_current_state;
1322 yy_current_state = yy_get_previous_state( M4_YY_CALL_ONLY_ARG );
1333 yy_next_state = yy_try_NUL_trans( yy_current_state M4_YY_CALL_LAST_ARG);
1341 yy_current_state = yy_next_state;
1387 yy_current_state = yy_get_previous_state( M4_YY_CALL_ONLY_ARG );
1397 yy_current_state = yy_get_previous_state( M4_YY_CALL_ONLY_ARG );
1712 yy_state_type yy_current_state;
1716 %% [15.0] code to get the start state into yy_current_state goes here
1723 return yy_current_state;
1733 static yy_state_type yy_try_NUL_trans YYFARGS1( yy_state_type, yy_current_state)
1736 yy_state_type yyFlexLexer::yy_try_NUL_trans( yy_state_type yy_current_state )
1744 return yy_is_jam ? 0 : yy_current_state;