Home
last modified time | relevance | path

Searched refs:get_past_head (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfilepath.pro42 char_u *get_past_head(char_u *path);
/vim-8.2.3635/src/
H A Dfilepath.c496 s = get_past_head(*fnamep); in modify_fname()
1432 if (p <= get_past_head(dir)) in mkdir_recurse()
2817 for (p1 = p2 = get_past_head(fname); *p2; ) // find last part of path in gettail()
2837 p = get_past_head(fname); // don't remove the '/' from "c:/file" in gettail_sep()
2867 get_past_head(char_u *path) in get_past_head() function
H A Dscriptfile.c498 p4 = p3 = p2 = p1 = get_past_head(fname); in add_pack_dir_to_rtp()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt11097 get_past_head() function.
11098 Solution: Adjust the #ifdef for get_past_head().