Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c2271 char_u *rival; in is_unique() local
2283 rival = other_paths[j] + other_path_len - candidate_len; in is_unique()
2284 if (fnamecmp(maybe_unique, rival) == 0 in is_unique()
2285 && (rival == other_paths[j] || vim_ispathsep(*(rival - 1)))) in is_unique()