Home
last modified time | relevance | path

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

/NextBSD/bin/sh/
HDerror.h58 #define EXERROR 1 /* a generic error */ macro
HDerror.c187 exverror(EXERROR, msg, ap); in error()
HDeval.c470 if (e == EXERROR || e == EXEXEC) { in evalredir()
508 need_longjmp = exception != EXERROR && exception != EXEXEC; in exphere()
672 if (exception == EXERROR || exception == EXEXEC) in evalbackcmd()
1143 if ((e != EXERROR && e != EXEXEC) in evalcommand()
HDmain.c111 case EXERROR: in main()
HDoptions.c556 exraise(EXERROR); in getopts()
HDTOUR37 exception contains the type of exception. EXERROR is raised by
HDparser.c1106 if (exception == EXERROR) { in parsebackq()