Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_lexer.l13 #define YYSETCONDITION(x) LEX(state) = x; macro
32 YYSETCONDITION(INITIAL); in phpdbg_init_lexer()
146 YYSETCONDITION(RAW);
151 YYSETCONDITION(RAW);
156 YYSETCONDITION(RAW);
162 YYSETCONDITION(NORMAL);
H A Dphpdbg_lexer.c15 #define YYSETCONDITION(x) LEX(state) = x; macro
34 YYSETCONDITION(INITIAL); in phpdbg_init_lexer()
148 YYSETCONDITION(NORMAL); in phpdbg_lex()
240 YYSETCONDITION(RAW); in phpdbg_lex()
273 YYSETCONDITION(RAW); in phpdbg_lex()
306 YYSETCONDITION(RAW); in phpdbg_lex()
1018 YYSETCONDITION(RAW); in phpdbg_lex()
/PHP-5.6/Zend/
H A Dzend_ini_scanner.l49 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
54 #define BEGIN(state) YYSETCONDITION(STATE(state))
195 YYSETCONDITION(new_state); in _yy_push_state()
204 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()
165 YYSETCONDITION(*stack_state); in yy_pop_state()
246 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
H A Dzend_ini_scanner.c51 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
56 #define BEGIN(state) YYSETCONDITION(STATE(state))
197 YYSETCONDITION(new_state); in _yy_push_state()
206 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()
167 YYSETCONDITION(*stack_state); in yy_pop_state()
248 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()

Completed in 30 milliseconds