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

  /external/mksh/src/
histrap.c 1352 if (!(p->flags & TF_ORIG_IGN) || Flag(FTALKING)) {
1382 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
1417 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) {
1420 TF_ORIG_IGN : TF_ORIG_DFL;
1429 if ((p->flags & TF_ORIG_IGN) && !(flags & SS_FORCE) &&
1464 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL)))
1474 p->flags |= p->flags & TF_ORIG_IGN ? TF_EXEC_IGN : TF_EXEC_DFL;
jobs.c 323 (TF_ORIG_IGN | TF_ORIG_DFL))
325 (sigtraps[tt_sigs[i]].flags & TF_ORIG_IGN) ?
    [all...]
sh.h 677 #define TF_ORIG_IGN BIT(2) /* original action was SIG_IGN */
    [all...]

Completed in 538 milliseconds