Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c2126 executable_exists(char *name, char_u **path, int use_path, int use_pathext) in executable_exists() function
2378 else if (executable_exists("vimrun.exe", NULL, TRUE, FALSE)) in mch_init_g()
2392 if (!executable_exists("findstr.exe", NULL, TRUE, FALSE)) in mch_init_g()
3472 return executable_exists((char *)name, path, TRUE, TRUE); in mch_can_exe()