Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Derror.h55 #define EXERROR 1 /* a generic error with exitstatus */ macro
H A Derror.c173 exraise(EXERROR); in verrorwithstatus()
H A Deval.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()
H A Doptions.c552 exraise(EXERROR); in getopts()
H A DTOUR35 exception contains the type of exception. EXERROR is raised by
H A Dparser.c1106 if (exception == EXERROR) { in parsebackq()