Searched refs:yy_state (Results 1 – 7 of 7) sorted by relevance
32 int yy_state; member
278 int yy_state; member298 int yy_state; member
47 #define YYGETCONDITION() SCNG(yy_state)48 #define YYSETCONDITION(s) SCNG(yy_state) = s
59 #define YYGETCONDITION() SCNG(yy_state)60 #define YYSETCONDITION(s) SCNG(yy_state) = s212 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()238 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
49 #define YYGETCONDITION() SCNG(yy_state)50 #define YYSETCONDITION(s) SCNG(yy_state) = s
61 #define YYGETCONDITION() SCNG(yy_state)62 #define YYSETCONDITION(s) SCNG(yy_state) = s214 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()240 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
203 LANG_SCNG(yy_state) = yycINITIAL; in PHP_FUNCTION()
Completed in 44 milliseconds