Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c2268 int candidate_len; in is_unique() local
2278 candidate_len = (int)STRLEN(maybe_unique); in is_unique()
2280 if (other_path_len < candidate_len) in is_unique()
2283 rival = other_paths[j] + other_path_len - candidate_len; in is_unique()