Searched refs:executable_file (Results 1 – 2 of 2) sorted by relevance
3163 executable_file(char_u *name) in executable_file() function3208 if ((use_path || gettail(name) != name) && executable_file(name)) in mch_can_exe()3246 retval = executable_file(buf); in mch_can_exe()
2107 executable_file(char *name, char_u **path) in executable_file() function2283 if (executable_file((char *)buf, path)) in executable_exists()