Searched refs:EXERROR (Results 1 – 7 of 7) sorted by relevance
58 #define EXERROR 1 /* a generic error */ macro
187 exverror(EXERROR, msg, ap); in error()
469 if (e == EXERROR || e == EXEXEC) { in evalredir()508 need_longjmp = exception != EXERROR && exception != EXEXEC; in exphere()672 if (exception == EXERROR || exception == EXEXEC) in evalbackcmd()1142 if ((e != EXERROR && e != EXEXEC) in evalcommand()
113 case EXERROR: in main()
552 exraise(EXERROR); in getopts()
37 exception contains the type of exception. EXERROR is raised by
1111 if (exception == EXERROR) { in parsebackq()