Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c2243 find_previous_pathsep(char_u *path, char_u **psep) in find_previous_pathsep() argument
2246 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()