Searched refs:EXEXEC (Results 1 – 5 of 5) sorted by relevance
59 #define EXEXEC 2 /* command execution failed */ macro
106 case EXEXEC: in main()
140 exerror(EXEXEC, "%s: not found", argv[0]); in shellexec()143 exerror(EXEXEC, "%s: %s", argv[0], strerror(e)); in shellexec()
457 if (e == EXERROR || e == EXEXEC) { in evalredir()619 if (exception == EXERROR || exception == EXEXEC) in evalbackcmd()1092 if ((e != EXERROR && e != EXEXEC) in evalcommand()
910 _exit(exception == EXEXEC ? exerrno : 2); in vforkexecshell()