Searched refs:YYSETCONDITION (Results 1 – 6 of 6) sorted by relevance
13 #define YYSETCONDITION(x) LEX(state) = x; macro32 YYSETCONDITION(INITIAL); in phpdbg_init_lexer()146 YYSETCONDITION(RAW);151 YYSETCONDITION(RAW);156 YYSETCONDITION(RAW);162 YYSETCONDITION(NORMAL);
15 #define YYSETCONDITION(x) LEX(state) = x; macro34 YYSETCONDITION(INITIAL); in phpdbg_init_lexer()148 YYSETCONDITION(NORMAL); in phpdbg_lex()240 YYSETCONDITION(RAW); in phpdbg_lex()273 YYSETCONDITION(RAW); in phpdbg_lex()306 YYSETCONDITION(RAW); in phpdbg_lex()1018 YYSETCONDITION(RAW); in phpdbg_lex()
49 #define YYSETCONDITION(s) SCNG(yy_state) = s macro54 #define BEGIN(state) YYSETCONDITION(STATE(state))195 YYSETCONDITION(new_state); in _yy_push_state()204 YYSETCONDITION(*stack_state); in yy_pop_state()
60 #define YYSETCONDITION(s) SCNG(yy_state) = s macro65 #define BEGIN(state) YYSETCONDITION(STATE(state))156 YYSETCONDITION(new_state); in _yy_push_state()165 YYSETCONDITION(*stack_state); in yy_pop_state()246 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
51 #define YYSETCONDITION(s) SCNG(yy_state) = s macro56 #define BEGIN(state) YYSETCONDITION(STATE(state))197 YYSETCONDITION(new_state); in _yy_push_state()206 YYSETCONDITION(*stack_state); in yy_pop_state()
62 #define YYSETCONDITION(s) SCNG(yy_state) = s macro67 #define BEGIN(state) YYSETCONDITION(STATE(state))158 YYSETCONDITION(new_state); in _yy_push_state()167 YYSETCONDITION(*stack_state); in yy_pop_state()248 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
Completed in 30 milliseconds