Searched refs:yy_state (Results 1 – 7 of 7) sorted by relevance
32 int yy_state; member
247 int yy_state; member273 int yy_state; member
52 #define YYGETCONDITION() SCNG(yy_state)53 #define YYSETCONDITION(s) SCNG(yy_state) = s
59 #define YYGETCONDITION() SCNG(yy_state)60 #define YYSETCONDITION(s) SCNG(yy_state) = s216 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()252 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
54 #define YYGETCONDITION() SCNG(yy_state)55 #define YYSETCONDITION(s) SCNG(yy_state) = s
61 #define YYGETCONDITION() SCNG(yy_state)62 #define YYSETCONDITION(s) SCNG(yy_state) = s219 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()255 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
144 LANG_SCNG(yy_state) = yycINITIAL; in tokenize()233 LANG_SCNG(yy_state) = yycINITIAL; in tokenize_parse()
Completed in 30 milliseconds