Searched refs:fullpath_ebuf (Results 1 – 1 of 1) sorted by relevance
2087 char_u *fullpath_ebuf; in find_tags() local2094 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()