Home
last modified time | relevance | path

Searched refs:yy_start (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_language_scanner.h25 unsigned char *yy_start; member
H A Dzend_globals.h259 unsigned char *yy_start; member
285 unsigned char *yy_start; member
H A Dzend_language_scanner.l184 if (!SCNG(yy_start)) { in yy_scan_buffer()
185 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
219 lex_state->yy_start = SCNG(yy_start); in zend_save_lexical_state()
258 SCNG(yy_start) = lex_state->yy_start; in zend_restore_lexical_state()
312 char *ident = (char *) SCNG(yy_start) + ident_ref.offset; in zend_lex_tstring()
554 SCNG(yy_start) = NULL; in open_file_for_scanning()
573 SCNG(yy_start) = (unsigned char *)buf; in open_file_for_scanning()
753 SCNG(yy_start) = NULL; in zend_prepare_string_for_scanning()
788 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
908 SCNG(yy_start) = new_yy_start; in zend_multibyte_yyinput_again()
[all …]
H A Dzend_ini_scanner.l214 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
370 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
/PHP-8.0/ext/tokenizer/
H A Dtokenizer.c325 ZVAL_LONG(OBJ_PROP_NUM(obj, 3), text - LANG_SCNG(yy_start)); in add_token()

Completed in 20 milliseconds