TF_ORIG_IGN
if (sigtraps[tt_sigs[i]].flags & (TF_ORIG_IGN
(sigtraps[tt_sigs[i]].flags & TF_ORIG_IGN) ? SIG_IGN : SIG_DFL,
if (!(p->flags & TF_ORIG_IGN) || Flag(FTALKING)) {
if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
TF_ORIG_IGN : TF_ORIG_DFL;
if ((p->flags & TF_ORIG_IGN) && !(flags & SS_FORCE)
if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL)))
p->flags |= p->flags & TF_ORIG_IGN ? TF_EXEC_IGN : TF_EXEC_DFL;