Home
last modified time | relevance | path

Searched refs:getnextcomp (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfilepath.pro41 char_u *getnextcomp(char_u *fname);
/vim-8.2.3635/src/
H A Dfindfile.c2687 p = getnextcomp(p + 1); in simplify_filename()
2694 p = getnextcomp(p + 2); in simplify_filename()
2853 p = getnextcomp(p); in simplify_filename()
H A Dfilepath.c2030 q = getnextcomp(p); in f_resolve()
2071 q = getnextcomp(vim_ispathsep(*buf) ? buf + 1 : buf); in f_resolve()
2118 q = getnextcomp(remain + 1); in f_resolve()
2852 getnextcomp(char_u *fname) in getnextcomp() function