Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c2475 char_u *path_cutoff; in uniquefy_paths() local
2484 path_cutoff = get_path_cutoff(path, &path_ga); in uniquefy_paths()
2491 && path_cutoff != NULL in uniquefy_paths()
2492 && vim_regexec(&regmatch, 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()