Home
last modified time | relevance | path

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

/PHP-5.3/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.l57 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
62 #define BEGIN(state) YYSETCONDITION(STATE(state))
126 YYSETCONDITION(new_state); in BEGIN_EXTERN_C()
135 YYSETCONDITION(*stack_state); in yy_pop_state()
209 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.c59 #define YYSETCONDITION(s) SCNG(yy_state) = s macro
64 #define BEGIN(state) YYSETCONDITION(STATE(state))
128 YYSETCONDITION(new_state); in BEGIN_EXTERN_C()
137 YYSETCONDITION(*stack_state); in yy_pop_state()
211 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()

Completed in 35 milliseconds