Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_language_scanner.h31 unsigned char *yy_limit; member
H A Dzend_globals.h272 unsigned char *yy_limit; member
292 unsigned char *yy_limit; member
H A Dzend_language_scanner.l56 #define YYLIMIT SCNG(yy_limit)
207 lex_state->yy_limit = SCNG(yy_limit); in zend_save_lexical_state()
236 SCNG(yy_limit) = lex_state->yy_limit; in zend_restore_lexical_state()
863 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)
209 lex_state->yy_limit = SCNG(yy_limit); in zend_save_lexical_state()
238 SCNG(yy_limit) = lex_state->yy_limit; in zend_restore_lexical_state()
865 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.5/ext/tokenizer/
H A Dtokenizer.c38 #define zendlimit LANG_SCNG(yy_limit)

Completed in 31 milliseconds