Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c2087 char_u *fullpath_ebuf; in find_tags() local
2094 fullpath_ebuf = expand_tag_fname(ebuf, in find_tags()
2096 if (fullpath_ebuf != NULL) in find_tags()
2098 fp = mch_fopen((char *)fullpath_ebuf, "r"); in find_tags()
2101 if (STRLEN(fullpath_ebuf) > LSIZE) in find_tags()
2103 vim_strncpy(tag_fname, fullpath_ebuf, in find_tags()
2108 vim_free(fullpath_ebuf); in find_tags()