Searched refs:TF_ORIG_IGN (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/bin/ksh/
H A Dtrap.c296 if (!(p->flags & TF_ORIG_IGN) || Flag(FTALKING)) {
324 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
358 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
361 TF_ORIG_IGN : TF_ORIG_DFL;
369 if ((p->flags & TF_ORIG_IGN) && !(flags & SS_FORCE) &&
402 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL)))
412 p->flags |= p->flags & TF_ORIG_IGN ? TF_EXEC_IGN : TF_EXEC_DFL;
H A Dsh.h227 #define TF_ORIG_IGN BIT(2) /* original action was SIG_IGN */ macro
H A Djobs.c369 (TF_ORIG_IGN | TF_ORIG_DFL))
371 (sigtraps[tt_sigs[i]].flags & TF_ORIG_IGN) ?

Completed in 125 milliseconds