Searched refs:FAND (Results 1 – 5 of 5) sorted by relevance
68 if ((t->t_dflg & FAND) && wanttty > 0)156 (!bifunc || t->t_dflg & (FPOU|FAND|FNICE|FNOHUP))))158 if (t->t_dtyp == TPAR || t->t_dflg&(FREDO|FAND) ||283 if ((t->t_dflg & (FPOU|FAND)) == 0)326 (t->t_dflg & (FPIN|FAND|FDIAG|FINT));329 (t->t_dflg & (FPOU|FAND|FPAR|FINT));342 if (t->t_dcar->t_dflg&FAND && t->t_dcdr &&343 (t->t_dcdr->t_dflg&FAND) == 0)
271 t->t_dflg = FAND|FINT; in syn0()275 t1->t_dflg |= FAND|FINT; in syn0()
315 #define FAND (1<<0) /* executes in background */ macro
93 if (t->t_dflg & FAND) { in isbfunc()94 t->t_dflg &= ~FAND; in isbfunc()
420 pp->p_flags = t->t_dflg & FAND ? PRUNNING : PRUNNING|PFOREGND; in palloc()