Searched refs:pathsep_p (Results 1 – 1 of 1) sorted by relevance
2474 char_u *pathsep_p; in uniquefy_paths() local2502 pathsep_p = path + len - 1; in uniquefy_paths()2504 while (find_previous_pathsep(path, &pathsep_p)) in uniquefy_paths()2505 if (vim_regexec(®match, pathsep_p + 1, (colnr_T)0) in uniquefy_paths()2506 && is_unique(pathsep_p + 1, gap, i) in uniquefy_paths()2507 && path_cutoff != NULL && pathsep_p + 1 >= path_cutoff) in uniquefy_paths()2510 mch_memmove(path, pathsep_p + 1, STRLEN(pathsep_p)); in uniquefy_paths()