Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c2269 int other_path_len; in is_unique() local
2279 other_path_len = (int)STRLEN(other_paths[j]); 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()