Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_ini_scanner.l48 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
53 #define BEGIN(state) YYSETCONDITION(STATE(state))
148 YYSETCONDITION(new_state); in _yy_push_state()
157 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.c50 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
55 #define BEGIN(state) YYSETCONDITION(STATE(state))
150 YYSETCONDITION(new_state); in _yy_push_state()
159 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 62 milliseconds