Home
last modified time | relevance | path

Searched refs:yy_state (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_language_scanner.h30 int yy_state; member
H A Dzend_globals.h250 int yy_state; member
276 int yy_state; member
H A Dzend_ini_scanner.l50 #define YYGETCONDITION() SCNG(yy_state)
51 #define YYSETCONDITION(s) SCNG(yy_state) = s
H A Dzend_language_scanner.l57 #define YYGETCONDITION() SCNG(yy_state)
58 #define YYSETCONDITION(s) SCNG(yy_state) = s
217 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()
253 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
H A Dzend_ini_scanner.c52 #define YYGETCONDITION() SCNG(yy_state)
53 #define YYSETCONDITION(s) SCNG(yy_state) = s
H A Dzend_language_scanner.c59 #define YYGETCONDITION() SCNG(yy_state)
60 #define YYSETCONDITION(s) SCNG(yy_state) = s
220 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()
256 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c142 LANG_SCNG(yy_state) = yycINITIAL; in tokenize()
238 LANG_SCNG(yy_state) = yycINITIAL; in tokenize_parse()

Completed in 38 milliseconds