Home
last modified time | relevance | path

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

/PHP-7.0/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()
175 YYSETCONDITION(NORMAL); in phpdbg_lex()
288 YYSETCONDITION(PRE_RAW); in phpdbg_lex()
318 YYSETCONDITION(PRE_RAW); in phpdbg_lex()
348 YYSETCONDITION(PRE_RAW); in phpdbg_lex()
508 YYSETCONDITION(INITIAL); in phpdbg_lex()
1345 YYSETCONDITION(RAW); in phpdbg_lex()
1562 YYSETCONDITION(RAW); in phpdbg_lex()
1762 YYSETCONDITION(INITIAL); in phpdbg_lex()
/PHP-7.0/Zend/
H A Dzend_ini_scanner.l53 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
58 #define BEGIN(state) YYSETCONDITION(STATE(state))
199 YYSETCONDITION(new_state); in _yy_push_state()
207 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()
250 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))
201 YYSETCONDITION(new_state); in _yy_push_state()
209 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))
158 YYSETCONDITION(new_state); in _yy_push_state()
166 YYSETCONDITION(*stack_state); in yy_pop_state()
252 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
/PHP-7.0/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)
966 YYSETCONDITION(yycJS); in php_json_scan()

Completed in 39 milliseconds