Searched refs:remove_tail (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | dosinst.h | 467 remove_tail(char *path) in remove_tail() function 500 remove_tail(installdir); in do_inits()
|
| H A D | misc1.c | 1615 remove_tail(char_u *p, char_u *pend, char_u *name) in remove_tail() function 1781 pend = remove_tail(p, pend, (char_u *)"doc"); in vim_getenv() 1791 pend1 = remove_tail(p, pend, (char_u *)"MacOS"); in vim_getenv() 1807 pend = remove_tail(p, pend, (char_u *)"src"); in vim_getenv() 1813 pend = remove_tail(p, pend, (char_u *)RUNTIME_DIRNAME); in vim_getenv() 1814 pend = remove_tail(p, pend, (char_u *)VIM_VERSION_NODOT); in vim_getenv()
|
| H A D | dosinst.c | 364 remove_tail(default_bat_dir); in find_bat_exe() 394 remove_tail(buf); in get_vim_env() 467 remove_tail(vimrt_dir); in run_silent_uninstall() 581 remove_tail(default_vim_dir); in uninstall_check() 582 remove_tail(default_vim_dir); in uninstall_check()
|