Searched refs:yy_start (Results 1 – 5 of 5) sorted by relevance
25 unsigned char *yy_start; member
320 const unsigned char *yy_start; member346 unsigned char *yy_start; member
183 if (!SCNG(yy_start)) { in yy_scan_buffer()184 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()218 lex_state->yy_start = SCNG(yy_start); in zend_save_lexical_state()257 SCNG(yy_start) = lex_state->yy_start; in zend_restore_lexical_state()544 SCNG(yy_start) = NULL; in open_file_for_scanning()563 SCNG(yy_start) = (unsigned char *)buf; in open_file_for_scanning()733 SCNG(yy_start) = NULL; in zend_prepare_string_for_scanning()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()893 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()[all …]
190 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()346 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
293 ZVAL_LONG(OBJ_PROP_NUM(obj, 3), text - LANG_SCNG(yy_start)); in add_token()
Completed in 17 milliseconds