Searched refs:after_pathsep (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | filepath.c | 132 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 D | misc1.c | 1565 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 D | bufwrite.c | 1346 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 D | fileio.c | 336 if (after_pathsep(fname, fname + namelen)) in readfile() 3537 if (!after_pathsep(retval, retval + fnamelen)) in buf_modname()
|
| H A D | findfile.c | 2751 while (p > start && !after_pathsep(start, p)) in simplify_filename()
|
| H A D | memline.c | 1917 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 D | misc2.c | 1878 after_pathsep(char_u *b, char_u *p) in after_pathsep() function
|
| H A D | cmdexpand.c | 2602 if (*buf != NUL && !after_pathsep(buf, buf + STRLEN(buf))) in globpath()
|
| /vim-8.2.3635/src/proto/ |
| H A D | misc2.pro | 42 int after_pathsep(char_u *b, char_u *p);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 3240 Solution: Add argument to after_pathsep(), don't define vim_handle_signal(), 11785 Problem: Illegal memory access in after_pathsep().
|