Home
last modified time | relevance | path

Searched refs:yy_cursor (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c36 #define zendcursor LANG_SCNG(yy_cursor)
215 if (LANG_SCNG(yy_cursor) != LANG_SCNG(yy_limit)) { in on_event()
216 add_token(token_stream, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()
217 LANG_SCNG(yy_limit) - LANG_SCNG(yy_cursor), CG(zend_lineno)); in on_event()
/PHP-7.4/Zend/
H A Dzend_language_scanner.h27 unsigned char *yy_cursor; member
H A Dzend_globals.h258 unsigned char *yy_cursor; member
284 unsigned char *yy_cursor; member
H A Dzend_language_scanner.l52 #define YYCURSOR SCNG(yy_cursor)
219 lex_state->yy_cursor = SCNG(yy_cursor); in zend_save_lexical_state()
254 SCNG(yy_cursor) = lex_state->yy_cursor; in zend_restore_lexical_state()
739 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
867 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
H A Dzend_ini_scanner.l46 #define YYCURSOR SCNG(yy_cursor)
H A Dzend_compile.c633 LANG_SCNG(yy_cursor) = LANG_SCNG(yy_limit); in zend_stop_lexing()

Completed in 34 milliseconds