Home
last modified time | relevance | path

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

/third_party/mksh/
Dhistrap.c1473 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) { in block_pipe()
1475 if (p->flags & TF_ORIG_DFL) in block_pipe()
1510 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) { in setsig()
1513 TF_ORIG_IGN : TF_ORIG_DFL; in setsig()
1558 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) in setexecsig()
Djobs.c408 (TF_ORIG_IGN | TF_ORIG_DFL))
Dsh.h1355 #define TF_ORIG_DFL BIT(3) /* original action was SIG_DFL */ macro