Searched refs:EXERROR (Results 1 – 6 of 6) sorted by relevance
57 #define EXERROR 1 /* a generic error with exitstatus */ macro
175 exraise(EXERROR); in verrorwithstatus()
463 if (e == EXERROR && in_redirect) { in evalredir()499 need_longjmp = exception != EXERROR; in exphere()663 if (exception == EXERROR) in evalbackcmd()1131 if (e != EXERROR || cmdentry.special) in evalcommand()
552 exraise(EXERROR); in getopts()
35 exception contains the type of exception. EXERROR is raised by
1108 if (exception == EXERROR) { in parsebackq()