Home
last modified time | relevance | path

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

/vim-8.2.3635/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.c1565 if (*var != NUL && after_pathsep(dst, dst + c) in expand_env_esc()
1622 && (newend == p || after_pathsep(p, newend))) in remove_tail()
1818 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 Dmemline.c1917 if (after_pathsep(dir_name, p) && len > 1 && p[-1] == p[-2]) in recover_names()
4495 if (after_pathsep(dir_name, s) && len > 1 && s[-1] == s[-2]) in makeswapname()
H A Dmisc2.c1878 after_pathsep(char_u *b, char_u *p) in after_pathsep() function
H A Dcmdexpand.c2602 if (*buf != NUL && !after_pathsep(buf, buf + STRLEN(buf))) in globpath()
/vim-8.2.3635/src/proto/
H A Dmisc2.pro42 int after_pathsep(char_u *b, char_u *p);
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt3240 Solution: Add argument to after_pathsep(), don't define vim_handle_signal(),
11785 Problem: Illegal memory access in after_pathsep().