Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c3163 executable_file(char_u *name) in executable_file() function
3208 if ((use_path || gettail(name) != name) && executable_file(name)) in mch_can_exe()
3246 retval = executable_file(buf); in mch_can_exe()
H A Dos_win32.c2107 executable_file(char *name, char_u **path) in executable_file() function
2283 if (executable_file((char *)buf, path)) in executable_exists()