Searched refs:special_sig_mask (Results 1 – 1 of 1) sorted by relevance
995 unsigned special_sig_mask; member2056 if (G.special_sig_mask & sigmask) { in pick_sighandler()7323 mask = (G.special_sig_mask & SPECIAL_INTERACTIVE_SIGS) | G_fatal_sig_mask; in reset_traps_to_defaults()7332 G.special_sig_mask &= ~SPECIAL_INTERACTIVE_SIGS; in reset_traps_to_defaults()7483 switch_off_special_sigs(G.special_sig_mask & SPECIAL_JOBSTOP_SIGS); in re_execute_shell()8454 switch_off_special_sigs(G.special_sig_mask & SPECIAL_JOBSTOP_SIGS); in execvp_or_die()8698 switch_off_special_sigs(G.special_sig_mask); in pseudo_exec_argv()8707 switch_off_special_sigs(G.special_sig_mask & SPECIAL_JOBSTOP_SIGS); in pseudo_exec_argv()10108 if (G.special_sig_mask != mask) { in install_special_sighandlers()10109 unsigned diff = mask & ~G.special_sig_mask; in install_special_sighandlers()[all …]