Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c1156 && vim_ispathsep(*path_end)) in vim_findfile()
2206 if (vim_ispathsep(*p)) in gettail_dir()
2252 if (vim_ispathsep(**psep)) in find_previous_pathsep()
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()
2712 while (vim_ispathsep(*tail)) in simplify_filename()
[all …]
H A Dfilepath.c224 if (vim_ispathsep(*p)) in shortpath_for_partial()
254 if (vim_ispathsep(*p)) in shortpath_for_partial()
342 if (vim_ispathsep(*p) in modify_fname()
345 || vim_ispathsep(p[2]) in modify_fname()
452 if (vim_ispathsep(*p)) in modify_fname()
2136 if (!vim_ispathsep(*p)) in f_resolve()
2142 || vim_ispathsep(p[1]) in f_resolve()
2899 vim_ispathsep(int c) in vim_ispathsep() function
2924 return vim_ispathsep(c) in vim_ispathsep_nocolon()
4138 if (vim_ispathsep(c1)) in pathcmp()
[all …]
H A Dcmdexpand.c715 if (vim_ispathsep(*p) in sm_gettail()
2330 if (pat[0] == '.' && (vim_ispathsep(pat[1]) in expand_shellcmd()
2331 || (pat[1] == '.' && vim_ispathsep(pat[2])))) in expand_shellcmd()
2767 if (vim_ispathsep(cclp->cmdbuff[j])) in wildmenu_process_key()
2776 && (vim_ispathsep(cclp->cmdbuff[j - 3]) || j == i + 2)) in wildmenu_process_key()
2794 if (vim_ispathsep(cclp->cmdbuff[j]) in wildmenu_process_key()
H A Dmisc1.c1437 || vim_ispathsep(src[1]) in expand_env_esc()
1455 && !vim_ispathsep(*tail)) in expand_env_esc()
1569 && vim_ispathsep(*tail)) in expand_env_esc()
2604 if (vim_ispathsep(*p2)) in get_isolated_shell_name()
H A Dfileio.c3368 if (vim_ispathsep(*p)) in shorten_fname()
3385 && vim_ispathsep(full_path[2])) in shorten_fname()
3567 if (vim_ispathsep(*ptr)) in buf_modname()
3591 || vim_ispathsep(fname[STRLEN(fname) - 1])) in buf_modname()
5562 if (allow_dirs != NULL && vim_ispathsep(*p) in file_pat_to_reg_pat()
5604 else if (allow_dirs != NULL && vim_ispathsep(*p)) in file_pat_to_reg_pat()
H A Dscriptfile.c543 && vim_ispathsep(p[-1]) in add_pack_dir_to_rtp()
544 && (vim_ispathsep(p[5]) || p[5] == NUL || p[5] == ',')) in add_pack_dir_to_rtp()
878 if (s < match || vim_ispathsep(*s)) in ExpandRTDir()
H A Dsession.c993 if (*p == '=' || vim_ispathsep(*p)) in get_view_file()
1008 else if (vim_ispathsep(*p)) in get_view_file()
H A Dmemline.c2084 if (vim_ispathsep(*d)) in make_percent_swname()
4552 else if (dname[0] == '.' && vim_ispathsep(dname[1])) in get_file_in_dir()
H A Dmisc2.c1880 return p > b && vim_ispathsep(p[-1]) in after_pathsep()
H A Dundo.c882 if (vim_ispathsep(*p)) in u_get_undo_file_name()
H A Dinsexpand.c412 return vim_isfilec(c) && !vim_ispathsep(c); in ins_compl_accept_char()
H A Dex_getln.c3973 if (orig_pat[0] == '~' && vim_ispathsep(orig_pat[1])) in tilde_replace()
H A Dspellfile.c6373 if (vim_ispathsep(*lend)) in init_spellfile()
/vim-8.2.3635/src/proto/
H A Dfilepath.pro43 int vim_ispathsep(int c);