Home
last modified time | relevance | path

Searched refs:YYSETCONDITION (Results 1 – 8 of 8) sorted by relevance

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_lexer.l13 #define YYSETCONDITION(x) LEX(state) = x; macro
34 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);
H A Dphpdbg_lexer.c15 #define YYSETCONDITION(x) LEX(state) = x; macro
36 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()
/PHP-7.3/Zend/
H A Dzend_ini_scanner.l51 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
56 #define BEGIN(state) YYSETCONDITION(STATE(state))
198 YYSETCONDITION(new_state); in _yy_push_state()
206 YYSETCONDITION(*stack_state); in yy_pop_state()
H A Dzend_language_scanner.l58 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
63 #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()
H A Dzend_ini_scanner.c53 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
58 #define BEGIN(state) YYSETCONDITION(STATE(state))
201 YYSETCONDITION(new_state); in _yy_push_state()
209 YYSETCONDITION(*stack_state); in yy_pop_state()
H A Dzend_language_scanner.c60 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
65 #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()
/PHP-7.3/ext/json/
H A Djson_scanner.re32 #define YYSETCONDITION(yystate) s->state = yystate
36 #define PHP_JSON_CONDITION_SET(condition) YYSETCONDITION(yyc##condition)
H A Djson_scanner.c33 #define YYSETCONDITION(yystate) s->state = yystate macro
37 #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 53 milliseconds