Searched refs:path_cutoff (Results 1 – 1 of 1) sorted by relevance
2475 char_u *path_cutoff; in uniquefy_paths() local2484 path_cutoff = get_path_cutoff(path, &path_ga); in uniquefy_paths()2491 && path_cutoff != NULL in uniquefy_paths()2492 && vim_regexec(®match, path_cutoff, (colnr_T)0) in uniquefy_paths()2493 && is_unique(path_cutoff, gap, i)) in uniquefy_paths()2496 mch_memmove(path, path_cutoff, STRLEN(path_cutoff) + 1); in uniquefy_paths()2507 && path_cutoff != NULL && pathsep_p + 1 >= path_cutoff) in uniquefy_paths()