Home
last modified time | relevance | path

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

/PHP-7.1/ext/tokenizer/
H A Dtokenizer.c39 #define zendlimit LANG_SCNG(yy_limit)
214 if (LANG_SCNG(yy_cursor) != LANG_SCNG(yy_limit)) { in on_event()
218 (char *)LANG_SCNG(yy_cursor), LANG_SCNG(yy_limit) - LANG_SCNG(yy_cursor)); in on_event()
/PHP-7.1/Zend/
H A Dzend_language_scanner.h31 unsigned char *yy_limit; member
H A Dzend_globals.h247 unsigned char *yy_limit; member
273 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()
242 SCNG(yy_limit) = lex_state->yy_limit; in zend_restore_lexical_state()
855 SCNG(yy_limit) = new_yy_start + length; in zend_multibyte_yyinput_again()
H A Dzend_ini_scanner.l49 #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()
244 SCNG(yy_limit) = lex_state->yy_limit; in zend_restore_lexical_state()
857 SCNG(yy_limit) = new_yy_start + length; in zend_multibyte_yyinput_again()
H A Dzend_ini_scanner.c51 #define YYLIMIT SCNG(yy_limit)
H A Dzend_compile.c591 LANG_SCNG(yy_cursor) = LANG_SCNG(yy_limit); in zend_stop_lexing()

Completed in 53 milliseconds