Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c417 #define EXEND 3 /* exit the shell */ macro
8343 ash_msg_and_raise(EXEND, "%s: %s", prog, errmsg(e, "not found")); in shellexec()
9424 raise_exception(EXEND); in evaltree()
14610 if (e == EXEND || e == EXEXIT || s == 0 || iflag == 0 || shlvl) { in ash_main()