Home
last modified time | relevance | path

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

/NextBSD/bin/sh/
HDerror.h59 #define EXEXEC 2 /* command execution failed */ macro
HDeval.c470 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()
HDmain.c107 case EXEXEC: in main()
HDexec.c138 exerror(EXEXEC, "%s: not found", argv[0]); in shellexec()
141 exerror(EXEXEC, "%s: %s", argv[0], strerror(e)); in shellexec()
HDjobs.c971 _exit(exception == EXEXEC ? exerrno : 2); in vforkexecshell()