Searched refs:other_paths (Results 1 – 1 of 1) sorted by relevance
2270 char_u **other_paths = (char_u **)gap->ga_data; in is_unique() local2279 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()