Searched refs:S_HARD_IGN (Results 1 – 1 of 1) sorted by relevance
459 #define S_HARD_IGN 4 /* signal is ignored permanently (it was SIG_IGN on entry to shell)… macro3665 if (sigmode[signo - 1] != S_IGN && sigmode[signo - 1] != S_HARD_IGN) { in ignoresig()3669 sigmode[signo - 1] = S_HARD_IGN; in ignoresig()3768 cur_act = S_HARD_IGN; in setsignal()3782 if (cur_act == S_HARD_IGN || cur_act == new_act) in setsignal()