Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c414 smallint exception_type; /* kind of exception: */ member
492 #define exception_type (G_misc.exception_type ) macro
654 exception_type = e; in raise_exception()
5922 if (err && exception_type != EXERROR) in redirectsafe()
9414 if (err && exception_type != EXERROR) in evaltree()
10554 && !(exception_type == EXERROR && spclbltin <= 0) in evalcommand()
13383 if (err && exception_type != EXERROR) in expandstr()
14324 if (exception_type == EXEXIT || evalskip == SKIPFUNCDEF) in exitreset()
14608 e = exception_type; in ash_main()