Searched refs:EXERROR (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/bin/sh/
H A Derror.h58 #define EXERROR 1 /* a generic error */ macro
H A Derror.c193 exverror(EXERROR, msg, ap);
H A Dmain.c111 case EXERROR:
H A Deval.c469 if (e == EXERROR || e == EXEXEC) {
505 need_longjmp = exception != EXERROR && exception != EXEXEC;
666 if (exception == EXERROR || exception == EXEXEC)
1148 if ((e != EXERROR && e != EXEXEC)
H A Doptions.c528 exraise(EXERROR);
H A Dparser.c1011 if (exception == EXERROR) {

Completed in 64 milliseconds