Searched refs:YYSETCONDITION (Results 1 – 4 of 4) sorted by relevance
13 #define YYSETCONDITION(x) LEX(state) = x; macro34 YYSETCONDITION(INITIAL); in ZEND_EXTERN_MODULE_GLOBALS()182 YYSETCONDITION(PRE_RAW);188 YYSETCONDITION(PRE_RAW);194 YYSETCONDITION(PRE_RAW);200 YYSETCONDITION(RAW);207 YYSETCONDITION(NORMAL);
51 #define YYSETCONDITION(s) SCNG(yy_state) = s macro56 #define BEGIN(state) YYSETCONDITION(STATE(state))199 YYSETCONDITION(new_state); in _yy_push_state()207 YYSETCONDITION(*stack_state); in yy_pop_state()
57 #define YYSETCONDITION(s) SCNG(yy_state) = s macro62 #define BEGIN(state) YYSETCONDITION(STATE(state))167 YYSETCONDITION(new_state); in _yy_push_state()175 YYSETCONDITION(*stack_state); in yy_pop_state()274 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
30 #define YYSETCONDITION(yystate) s->state = yystate34 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition)
Completed in 15 milliseconds