Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_language_scanner.h31 unsigned char *yy_limit; member
H A Dzend_globals.h277 unsigned char *yy_limit; member
297 unsigned char *yy_limit; member
H A Dzend_language_scanner.l56 #define YYLIMIT SCNG(yy_limit)
206 lex_state->yy_limit = SCNG(yy_limit); in zend_save_lexical_state()
232 SCNG(yy_limit) = lex_state->yy_limit; in zend_restore_lexical_state()
860 SCNG(yy_limit) = new_yy_start + (SCNG(yy_limit) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
H A Dzend_ini_scanner.l44 #define YYLIMIT SCNG(yy_limit)
H A Dzend_language_scanner.c58 #define YYLIMIT SCNG(yy_limit)
208 lex_state->yy_limit = SCNG(yy_limit); in zend_save_lexical_state()
234 SCNG(yy_limit) = lex_state->yy_limit; in zend_restore_lexical_state()
862 SCNG(yy_limit) = new_yy_start + (SCNG(yy_limit) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
H A Dzend_ini_scanner.c46 #define YYLIMIT SCNG(yy_limit)
/PHP-5.4/ext/tokenizer/
H A Dtokenizer.c38 #define zendlimit LANG_SCNG(yy_limit)

Completed in 31 milliseconds