Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_scanner.h27 unsigned char *yy_cursor; member
H A Dzend_globals.h325 const unsigned char *yy_cursor; member
351 unsigned char *yy_cursor; member
H A Dzend_language_scanner.l52 #define YYCURSOR SCNG(yy_cursor)
220 lex_state->yy_cursor = SCNG(yy_cursor); in zend_save_lexical_state()
259 SCNG(yy_cursor) = lex_state->yy_cursor; in zend_restore_lexical_state()
765 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
891 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.c688 LANG_SCNG(yy_cursor) = LANG_SCNG(yy_limit); in zend_stop_lexing()
/php-src/ext/tokenizer/
H A Dtokenizer.c38 #define zendcursor LANG_SCNG(yy_cursor)
445 if (LANG_SCNG(yy_cursor) != LANG_SCNG(yy_limit)) { in on_event()
446 add_token(ctx->tokens, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()
447 LANG_SCNG(yy_limit) - LANG_SCNG(yy_cursor), CG(zend_lineno), in on_event()

Completed in 102 milliseconds