Lines Matching refs:vim_ispathsep

361 	    && (vim_ispathsep(path[1]) || path[1] == NUL)  in vim_findfile_init()
521 if (*wc_part != NUL && !vim_ispathsep(*wc_part)) in vim_findfile_init()
916 && !vim_ispathsep(*rest_of_wildcards)) in vim_findfile()
926 if (vim_ispathsep(*rest_of_wildcards)) in vim_findfile()
1156 && vim_ispathsep(*path_end)) in vim_findfile()
1159 && !vim_ispathsep(path_end[-1])) in vim_findfile()
1611 while (path_len > 1 && vim_ispathsep(path[path_len - 1])) in ff_path_in_stoplist()
1626 && vim_ispathsep(stopdirs_v[i][path_len])) in ff_path_in_stoplist()
1767 || vim_ispathsep(ff_file_to_find[1]) in find_file_in_path_option()
1770 || vim_ispathsep(ff_file_to_find[2]))))); in find_file_in_path_option()
1776 || vim_ispathsep(ff_file_to_find[0]) in find_file_in_path_option()
2206 if (vim_ispathsep(*p)) in gettail_dir()
2246 if (*psep > path && vim_ispathsep(**psep)) in find_previous_pathsep()
2252 if (vim_ispathsep(**psep)) in find_previous_pathsep()
2285 && (rival == other_paths[j] || vim_ispathsep(*(rival - 1)))) in is_unique()
2317 if (buf[0] == '.' && (buf[1] == NUL || vim_ispathsep(buf[1]))) in expand_path_option()
2395 || (vim_ispathsep(fname[j]) && vim_ispathsep(path_part[i][j])) in get_path_cutoff()
2408 while (vim_ispathsep(*cutoff)) in get_path_cutoff()
2536 && !vim_ispathsep(*short_name) in uniquefy_paths()
2660 if (vim_ispathsep(*p)) in simplify_filename()
2665 while (vim_ispathsep(*p)); in simplify_filename()
2698 if (vim_ispathsep(*p)) in simplify_filename()
2700 else if (p[0] == '.' && (vim_ispathsep(p[1]) || p[1] == NUL)) in simplify_filename()
2712 while (vim_ispathsep(*tail)) in simplify_filename()
2720 (vim_ispathsep(p[2]) || p[2] == NUL)) in simplify_filename()
2724 while (vim_ispathsep(*tail)) in simplify_filename()