Home
last modified time | relevance | path

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

/PHP-7.2/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()
154 YYSETCONDITION(NORMAL); in phpdbg_lex()
270 YYSETCONDITION(PRE_RAW); in phpdbg_lex()
291 YYSETCONDITION(PRE_RAW); in phpdbg_lex()
323 YYSETCONDITION(PRE_RAW); in phpdbg_lex()
551 YYSETCONDITION(INITIAL); in phpdbg_lex()
1293 YYSETCONDITION(RAW); in phpdbg_lex()
1555 YYSETCONDITION(RAW); in phpdbg_lex()
1743 YYSETCONDITION(INITIAL); in phpdbg_lex()
/PHP-7.2/Zend/
H A Dzend_ini_scanner.l53 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
58 #define BEGIN(state) YYSETCONDITION(STATE(state))
200 YYSETCONDITION(new_state); in _yy_push_state()
208 YYSETCONDITION(*stack_state); in yy_pop_state()
H A Dzend_language_scanner.l60 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
65 #define BEGIN(state) YYSETCONDITION(STATE(state))
156 YYSETCONDITION(new_state); in _yy_push_state()
164 YYSETCONDITION(*stack_state); in yy_pop_state()
252 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
H A Dzend_ini_scanner.c55 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
60 #define BEGIN(state) YYSETCONDITION(STATE(state))
202 YYSETCONDITION(new_state); in _yy_push_state()
210 YYSETCONDITION(*stack_state); in yy_pop_state()
H A Dzend_language_scanner.c62 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
67 #define BEGIN(state) YYSETCONDITION(STATE(state))
159 YYSETCONDITION(new_state); in _yy_push_state()
167 YYSETCONDITION(*stack_state); in yy_pop_state()
255 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
/PHP-7.2/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)
1015 YYSETCONDITION(yycJS); in php_json_scan()
1378 YYSETCONDITION(yycJS); in php_json_scan()

Completed in 42 milliseconds