Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Druntime.c1006 + !after_pathsep(dir, dir + dir_len)) * 2 in compute_double_env_sep_len()
1050 if (!after_pathsep(dest - 1, dest)) { in add_env_sep_dirs()
1105 if (!after_pathsep(dest - 1, dest)) { in add_dir()
1185 + !after_pathsep(data_home, data_home + data_len)) * 2 in runtimepath_default()
1194 + !after_pathsep(config_home, config_home + config_len)) * 2 in runtimepath_default()
H A Dpath.c131 while (tail > past_head && after_pathsep((char *)fname, (char *)tail)) { in path_tail_with_sep()
396 if (sep && *fname1 && !after_pathsep(fname1, fname1 + len1)) { in do_concat_fnames()
453 if (*p != NUL && !after_pathsep(p, p + len)) { in add_pathsep()
1566 while (p > start && !after_pathsep((char *)start, (char *)p)) { in simplify_filename()
1900 int after_pathsep(const char *b, const char *p) in after_pathsep() function
1988 && !after_pathsep((char *)s, (char *)s + i) in pathcmp()
H A Dfileio.c361 if (after_pathsep((const char *)fname, (const char *)(fname + namelen))) { in readfile()
2769 bool trailing_pathseps = after_pathsep((char *)IObuff, (char *)p) && p[-1] == p[-2]; in buf_write()
2933 bool trailing_pathseps = after_pathsep((char *)IObuff, (char *)p) && p[-1] == p[-2]; in buf_write()
H A Dmemline.c1355 if (after_pathsep((char *)dir_name, (char *)p) in recover_names()
3284 if (after_pathsep((char *)dir_name, (char *)s) in makeswapname()
H A Deval.c10598 while (tail > s && after_pathsep((char *)s, (char *)tail)) { in modify_fname()
10608 while (tail > s && !after_pathsep((char *)s, (char *)tail)) { in modify_fname()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmisc2.pro42 int after_pathsep(char_u *b, char_u *p);
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Denv.c718 if (*var != NUL && after_pathsep((char *)dst, (char *)dst + c) in expand_env_esc()
809 && (new_tail == path || after_pathsep(path, new_tail))) { in remove_tail()
974 if (vim_path_end > vim_path && after_pathsep(vim_path, vim_path_end)) { in vim_getenv()
/dports/editors/vim/vim-8.2.3745/src/
H A Dfilepath.c132 while (endp > save_fname && !after_pathsep(save_fname, endp + 1)) in shortpath_for_invalid_fname()
497 while (tail > s && after_pathsep(s, tail)) in modify_fname()
516 while (tail > s && !after_pathsep(s, tail)) in modify_fname()
2024 if (len > 1 && after_pathsep(p, p + len)) in f_resolve()
2171 if (after_pathsep(p, q)) in f_resolve()
2839 while (t > p && after_pathsep(fname, t)) in gettail_sep()
3028 if (*p != NUL && !after_pathsep(p, p + STRLEN(p))) in add_pathsep()
4157 && !after_pathsep((char_u *)s, (char_u *)s + i) in pathcmp()
H A Dmisc1.c1566 if (*var != NUL && after_pathsep(dst, dst + c) in expand_env_esc()
1623 && (newend == p || after_pathsep(p, newend))) in remove_tail()
1819 if (pend > p && after_pathsep(p, pend)) in vim_getenv()
H A Dbufwrite.c1346 if (after_pathsep(copybuf, p) && p[-1] == p[-2]) in buf_write()
1554 if (after_pathsep(IObuff, p) && p[-1] == p[-2]) in buf_write()
H A Dfileio.c336 if (after_pathsep(fname, fname + namelen)) in readfile()
3537 if (!after_pathsep(retval, retval + fnamelen)) in buf_modname()
H A Dfindfile.c2751 while (p > start && !after_pathsep(start, p)) in simplify_filename()
H A Dmisc2.c1876 after_pathsep(char_u *b, char_u *p) in after_pathsep() function
H A Dmemline.c1917 if (after_pathsep(dir_name, p) && len > 1 && p[-1] == p[-2]) in recover_names()
4496 if (after_pathsep(dir_name, s) && len > 1 && s[-1] == s[-2]) in makeswapname()
H A Dcmdexpand.c2602 if (*buf != NUL && !after_pathsep(buf, buf + STRLEN(buf))) in globpath()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c7711 if (len > 1 && after_pathsep(p, p + len)) { in f_resolve()
7835 if (after_pathsep(p, q)) { in f_resolve()