Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c2551 char_u *rel_path; in uniquefy_paths() local
2568 rel_path = alloc(STRLEN(short_name) + STRLEN(PATHSEPSTR) + 2); in uniquefy_paths()
2569 if (rel_path == NULL) in uniquefy_paths()
2571 STRCPY(rel_path, "."); in uniquefy_paths()
2572 add_pathsep(rel_path); in uniquefy_paths()
2573 STRCAT(rel_path, short_name); in uniquefy_paths()
2576 fnames[i] = rel_path; in uniquefy_paths()