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()
464 if (e == EXERROR && in_redirect) { in evalredir()500 need_longjmp = exception != EXERROR; in exphere()664 if (exception == EXERROR) in evalbackcmd()831 if (e == EXERROR && in_redirect) { in redirected_vforkexecshell()1186 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()