Searched refs:rel_path (Results 1 – 1 of 1) sorted by relevance
2551 char_u *rel_path; in uniquefy_paths() local2568 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()