Searched refs:FAND (Results 1 – 5 of 5) sorted by relevance
66 if ((t->t_dflg & FAND) && wanttty > 0)154 (!bifunc || t->t_dflg & (FPOU|FAND|FNICE|FNOHUP))))156 if (t->t_dtyp == TPAR || t->t_dflg&(FREDO|FAND) ||281 if ((t->t_dflg & (FPOU|FAND)) == 0)324 (t->t_dflg & (FPIN|FAND|FDIAG|FINT));327 (t->t_dflg & (FPOU|FAND|FPAR|FINT));340 if (t->t_dcar->t_dflg&FAND && t->t_dcdr &&341 (t->t_dcdr->t_dflg&FAND) == 0)
269 t->t_dflg = FAND|FINT; in syn0()273 t1->t_dflg |= FAND|FINT; in syn0()
298 #define FAND (1<<0) /* executes in background */ macro
104 if (t->t_dflg & FAND) { in isbfunc()105 t->t_dflg &= ~FAND; in isbfunc()
426 pp->p_flags = t->t_dflg & FAND ? PRUNNING : PRUNNING|PFOREGND; in palloc()