Lines Matching refs:short_name
2432 char_u *short_name; in uniquefy_paths() local
2529 short_name = shorten_fname(path, curdir); in uniquefy_paths()
2530 if (short_name != NULL && short_name > path + 1 in uniquefy_paths()
2536 && !vim_ispathsep(*short_name) in uniquefy_paths()
2542 STRMOVE(path + STRLEN(path), short_name); in uniquefy_paths()
2559 short_name = shorten_fname(path, curdir); in uniquefy_paths()
2560 if (short_name == NULL) in uniquefy_paths()
2561 short_name = path; in uniquefy_paths()
2562 if (is_unique(short_name, gap, i)) in uniquefy_paths()
2564 STRCPY(fnames[i], short_name); in uniquefy_paths()
2568 rel_path = alloc(STRLEN(short_name) + STRLEN(PATHSEPSTR) + 2); in uniquefy_paths()
2573 STRCAT(rel_path, short_name); in uniquefy_paths()