TF_ORIG_IGN
(TF_ORIG_IGN | TF_ORIG_DFL))
(sigtraps[tt_sigs[i]].flags & TF_ORIG_IGN) ?
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;