Searched refs:psep (Results 1 – 1 of 1) sorted by relevance
2243 find_previous_pathsep(char_u *path, char_u **psep) in find_previous_pathsep() argument2246 if (*psep > path && vim_ispathsep(**psep)) in find_previous_pathsep()2247 --*psep; in find_previous_pathsep()2250 while (*psep > path) in find_previous_pathsep()2252 if (vim_ispathsep(**psep)) in find_previous_pathsep()2254 MB_PTR_BACK(path, *psep); in find_previous_pathsep()