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

/external/mksh/src/
H A Dhistrap.c1398 if (!(p->flags & TF_ORIG_IGN) || Flag(FTALKING)) {
1428 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
1464 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
1467 TF_ORIG_IGN : TF_ORIG_DFL;
1476 if ((p->flags & TF_ORIG_IGN) && !(flags & SS_FORCE) &&
1512 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL)))
1523 p->flags |= p->flags & TF_ORIG_IGN ? TF_EXEC_IGN : TF_EXEC_DFL;
H A Djobs.c344 (TF_ORIG_IGN | TF_ORIG_DFL))
346 (sigtraps[tt_sigs[i]].flags & TF_ORIG_IGN) ?
H A Dsh.h723 #define TF_ORIG_IGN BIT(2) /* original action was SIG_IGN */ macro

Completed in 60 milliseconds