Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c1355 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) { in block_pipe()
1357 if (p->flags & TF_ORIG_DFL) in block_pipe()
1393 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) { in setsig()
1396 TF_ORIG_IGN : TF_ORIG_DFL; in setsig()
1441 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) in setexecsig()
Djobs.c396 (TF_ORIG_IGN | TF_ORIG_DFL)) in j_change()
Dsh.h873 #define TF_ORIG_DFL BIT(3) /* original action was SIG_DFL */ macro