Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c2270 char_u **other_paths = (char_u **)gap->ga_data; in is_unique() local
2279 other_path_len = (int)STRLEN(other_paths[j]); in is_unique()
2283 rival = other_paths[j] + other_path_len - candidate_len; in is_unique()
2285 && (rival == other_paths[j] || vim_ispathsep(*(rival - 1)))) in is_unique()