Searched refs:yy_state (Results 1 – 5 of 5) sorted by relevance
30 int yy_state; member
264 int yy_state; member290 int yy_state; member
50 #define YYGETCONDITION() SCNG(yy_state)51 #define YYSETCONDITION(s) SCNG(yy_state) = s
56 #define YYGETCONDITION() SCNG(yy_state)57 #define YYSETCONDITION(s) SCNG(yy_state) = s235 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()275 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()687 LANG_SCNG(yy_state) = yycINITIAL; in zend_compile_string_to_ast()
363 LANG_SCNG(yy_state) = yycINITIAL; in tokenize()504 LANG_SCNG(yy_state) = yycINITIAL; in tokenize_parse()
Completed in 18 milliseconds