Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c416 #define EXERROR 1 /* a generic error */ macro
1440 ash_vmsg_and_raise(EXERROR, msg, ap); in ash_msg_and_raise_error()
5922 if (err && exception_type != EXERROR) in redirectsafe()
9414 if (err && exception_type != EXERROR) in evaltree()
10419 raise_exception(EXERROR); in evalcommand()
10554 && !(exception_type == EXERROR && spclbltin <= 0) in evalcommand()
13383 if (err && exception_type != EXERROR) in expandstr()
14488 raise_exception(EXERROR); in procargs()