Searched refs:yy_state (Results 1 – 5 of 5) sorted by relevance
30 int yy_state; member
325 int yy_state; member351 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) = s234 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()274 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()676 LANG_SCNG(yy_state) = yycINITIAL; in zend_compile_string_to_ast()
337 LANG_SCNG(yy_state) = yycINITIAL; in tokenize()478 LANG_SCNG(yy_state) = yycINITIAL; in tokenize_parse()
Completed in 18 milliseconds