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

/external/mksh/src/
H A Dhistrap.c1428 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
1430 if (p->flags & TF_ORIG_DFL)
1464 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
1467 TF_ORIG_IGN : TF_ORIG_DFL;
1512 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL)))
H A Djobs.c344 (TF_ORIG_IGN | TF_ORIG_DFL))
H A Dsh.h724 #define TF_ORIG_DFL BIT(3) /* original action was SIG_DFL */ macro

Completed in 73 milliseconds