Searched refs:EXEXEC (Results 1 – 5 of 5) sorted by relevance
59 #define EXEXEC 2 /* command execution failed */ macro
470 if (e == EXERROR || e == EXEXEC) { in evalredir()508 need_longjmp = exception != EXERROR && exception != EXEXEC; in exphere()672 if (exception == EXERROR || exception == EXEXEC) in evalbackcmd()1143 if ((e != EXERROR && e != EXEXEC) in evalcommand()
107 case EXEXEC: in main()
138 exerror(EXEXEC, "%s: not found", argv[0]); in shellexec()141 exerror(EXEXEC, "%s: %s", argv[0], strerror(e)); in shellexec()
971 _exit(exception == EXEXEC ? exerrno : 2); in vforkexecshell()