Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1008 # define G_traps G.traps macro
1010 # define G_traps ((char**)NULL) macro
2078 if (G.exiting <= 0 && G_traps && G_traps[0] && G_traps[0][0]) { in hush_exit()
2081 argv[1] = xstrdup(G_traps[0]); /* copy, since EXIT trap handler may modify G_traps[0] */ in hush_exit()
2135 if (G_traps && G_traps[sig]) { in check_and_run_traps()
2137 if (G_traps[sig][0]) { in check_and_run_traps()
2143 argv[1] = xstrdup(G_traps[sig]); in check_and_run_traps()
7291 if (G_traps) { in switch_off_special_sigs()
7292 if (G_traps[sig] && !G_traps[sig][0]) in switch_off_special_sigs()
7295 free(G_traps[sig]); in switch_off_special_sigs()
[all …]