Searched refs:YYSETCONDITION (Results 1 – 8 of 8) 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);
15 #define YYSETCONDITION(x) LEX(state) = x; macro36 YYSETCONDITION(INITIAL); in ZEND_EXTERN_MODULE_GLOBALS()312 YYSETCONDITION(INITIAL); in phpdbg_lex()1051 YYSETCONDITION(RAW); in phpdbg_lex()1313 YYSETCONDITION(RAW); in phpdbg_lex()1501 YYSETCONDITION(INITIAL); in phpdbg_lex()1907 YYSETCONDITION(NORMAL); in phpdbg_lex()2023 YYSETCONDITION(PRE_RAW); in phpdbg_lex()2044 YYSETCONDITION(PRE_RAW); in phpdbg_lex()2076 YYSETCONDITION(PRE_RAW); in phpdbg_lex()
51 #define YYSETCONDITION(s) SCNG(yy_state) = s macro56 #define BEGIN(state) YYSETCONDITION(STATE(state))198 YYSETCONDITION(new_state); in _yy_push_state()206 YYSETCONDITION(*stack_state); in yy_pop_state()
58 #define YYSETCONDITION(s) SCNG(yy_state) = s macro63 #define BEGIN(state) YYSETCONDITION(STATE(state))155 YYSETCONDITION(new_state); in _yy_push_state()163 YYSETCONDITION(*stack_state); in yy_pop_state()253 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
53 #define YYSETCONDITION(s) SCNG(yy_state) = s macro58 #define BEGIN(state) YYSETCONDITION(STATE(state))201 YYSETCONDITION(new_state); in _yy_push_state()209 YYSETCONDITION(*stack_state); in yy_pop_state()
60 #define YYSETCONDITION(s) SCNG(yy_state) = s macro65 #define BEGIN(state) YYSETCONDITION(STATE(state))158 YYSETCONDITION(new_state); in _yy_push_state()166 YYSETCONDITION(*stack_state); in yy_pop_state()256 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
32 #define YYSETCONDITION(yystate) s->state = yystate36 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition)
33 #define YYSETCONDITION(yystate) s->state = yystate macro37 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition)1011 YYSETCONDITION(yycJS); in php_json_scan()1374 YYSETCONDITION(yycJS); in php_json_scan()
Completed in 46 milliseconds