Home
last modified time | relevance | path

Searched refs:EXERROR (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/bin/sh/
HDerror.h55 #define EXERROR 1 /* a generic error with exitstatus */ macro
HDerror.c173 exraise(EXERROR); in verrorwithstatus()
HDeval.c461 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()
HDoptions.c552 exraise(EXERROR); in getopts()
HDTOUR35 exception contains the type of exception. EXERROR is raised by
HDparser.c1106 if (exception == EXERROR) { in parsebackq()