Searched refs:G_traps (Results 1 – 1 of 1) sorted by relevance
1008 # define G_traps G.traps macro1010 # define G_traps ((char**)NULL) macro2078 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 …]