Searched refs:get_past_head (Results 1 – 4 of 4) sorted by relevance
42 char_u *get_past_head(char_u *path);
496 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
498 p4 = p3 = p2 = p1 = get_past_head(fname); in add_pack_dir_to_rtp()
11097 get_past_head() function.11098 Solution: Adjust the #ifdef for get_past_head().