Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c2386 char_u **path_part = (char_u **)gap->ga_data; in get_path_cutoff() local
2393 while ((fname[j] == path_part[i][j] in get_path_cutoff()
2395 || (vim_ispathsep(fname[j]) && vim_ispathsep(path_part[i][j])) in get_path_cutoff()
2397 ) && fname[j] != NUL && path_part[i][j] != NUL) in get_path_cutoff()