Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1003 int pre_trap_exitcode; member
2146 save_pre = G.pre_trap_exitcode; in check_and_run_traps()
2147 G.pre_trap_exitcode = save_rcode = G.last_exitcode; in check_and_run_traps()
2150 G.pre_trap_exitcode = save_pre; in check_and_run_traps()
10216 G.pre_trap_exitcode = -1; in hush_main()
10911 if (G.pre_trap_exitcode >= 0) /* "exit" in trap uses $? from before the trap */ in builtin_exit()
10912 hush_exit(G.pre_trap_exitcode); in builtin_exit()