Searched refs:EXERROR (Results 1 – 6 of 6) sorted by relevance
55 #define EXERROR 1 /* a generic error with exitstatus */ macro
173 exraise(EXERROR); in verrorwithstatus()
461 if (e == EXERROR && in_redirect) { in evalredir()497 need_longjmp = exception != EXERROR; in exphere()661 if (exception == EXERROR) in evalbackcmd()1129 if (e != EXERROR || cmdentry.special) in evalcommand()
552 exraise(EXERROR); in getopts()
35 exception contains the type of exception. EXERROR is raised by
1106 if (exception == EXERROR) { in parsebackq()