Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/sh/
Derror.h58 #define EXERROR 1 /* a generic error */ macro
Derror.c187 exverror(EXERROR, msg, ap); in error()
Deval.c469 if (e == EXERROR || e == EXEXEC) { in evalredir()
508 need_longjmp = exception != EXERROR && exception != EXEXEC; in exphere()
672 if (exception == EXERROR || exception == EXEXEC) in evalbackcmd()
1142 if ((e != EXERROR && e != EXEXEC) in evalcommand()
Dmain.c113 case EXERROR: in main()
Doptions.c552 exraise(EXERROR); in getopts()
DTOUR37 exception contains the type of exception. EXERROR is raised by
Dparser.c1111 if (exception == EXERROR) { in parsebackq()