Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_language_scanner.h32 int yy_state; member
H A Dzend_globals.h273 int yy_state; member
293 int yy_state; member
H A Dzend_ini_scanner.l47 #define YYGETCONDITION() SCNG(yy_state)
48 #define YYSETCONDITION(s) SCNG(yy_state) = s
H A Dzend_language_scanner.l59 #define YYGETCONDITION() SCNG(yy_state)
60 #define YYSETCONDITION(s) SCNG(yy_state) = s
216 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()
246 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
H A Dzend_ini_scanner.c49 #define YYGETCONDITION() SCNG(yy_state)
50 #define YYSETCONDITION(s) SCNG(yy_state) = s
H A Dzend_language_scanner.c61 #define YYGETCONDITION() SCNG(yy_state)
62 #define YYSETCONDITION(s) SCNG(yy_state) = s
218 lex_state->yy_state = YYSTATE; in zend_save_lexical_state()
248 YYSETCONDITION(lex_state->yy_state); in zend_restore_lexical_state()
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c200 LANG_SCNG(yy_state) = yycINITIAL; in PHP_FUNCTION()

Completed in 39 milliseconds