Searched refs:EXEXEC (Results 1 – 5 of 5) sorted by relevance
72 #define EXEXEC 3 /* command execution failed */ macro
126 case EXEXEC: in main()
207 exraise(EXEXEC); in sh_exit()
1023 e == EXEXEC ? exerrno : 2; in evalcommand()1041 if ((e != EXERROR && e != EXEXEC) in evalcommand()
153 exerror(EXEXEC, "%s: %s", argv[0], errmsg(e, E_EXEC)); in shellexec()