Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c4614 # define EXEC_FAILED 122 // Exit code when shell didn't execute. Don't use macro
4878 _exit(EXEC_FAILED); // exec failed, return failure code in mch_call_shell_fork()
5421 if (retval == EXEC_FAILED) in mch_call_shell_fork()
5724 _exit(EXEC_FAILED); in mch_job_start()
5735 _exit(EXEC_FAILED); // exec failed, return failure code in mch_job_start()