HomeSort by relevance Sort by last modified time
    Searched refs:TF_ORIG_DFL (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
histrap.c 1358 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
1360 if (p->flags & TF_ORIG_DFL)
1396 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
1399 TF_ORIG_IGN : TF_ORIG_DFL;
1444 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))
    [all...]
jobs.c 396 (TF_ORIG_IGN | TF_ORIG_DFL))
    [all...]
sh.h 877 #define TF_ORIG_DFL BIT(3) /* original action was SIG_DFL */
    [all...]

Completed in 43 milliseconds