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()
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()
111 case EXERROR: in main()
556 exraise(EXERROR); in getopts()
37 exception contains the type of exception. EXERROR is raised by
1106 if (exception == EXERROR) { in parsebackq()