Home
last modified time | relevance | path

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

/PHP-7.1/ext/tokenizer/
H A Dtokenizer.c38 #define zendcursor LANG_SCNG(yy_cursor)
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.h29 unsigned char *yy_cursor; member
H A Dzend_globals.h245 unsigned char *yy_cursor; member
271 unsigned char *yy_cursor; member
H A Dzend_language_scanner.l55 #define YYCURSOR SCNG(yy_cursor)
205 lex_state->yy_cursor = SCNG(yy_cursor); in zend_save_lexical_state()
240 SCNG(yy_cursor) = lex_state->yy_cursor; in zend_restore_lexical_state()
731 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
852 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
H A Dzend_ini_scanner.l48 #define YYCURSOR SCNG(yy_cursor)
H A Dzend_language_scanner.c57 #define YYCURSOR SCNG(yy_cursor)
207 lex_state->yy_cursor = SCNG(yy_cursor); in zend_save_lexical_state()
242 SCNG(yy_cursor) = lex_state->yy_cursor; in zend_restore_lexical_state()
733 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
854 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
H A Dzend_ini_scanner.c50 #define YYCURSOR SCNG(yy_cursor)
H A Dzend_compile.c591 LANG_SCNG(yy_cursor) = LANG_SCNG(yy_limit); in zend_stop_lexing()

Completed in 110 milliseconds