Home
last modified time | relevance | path

Searched refs:FAND (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/csh/
H A Dsh.sem.c68 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)
H A Dsh.parse.c271 t->t_dflg = FAND|FINT; in syn0()
275 t1->t_dflg |= FAND|FINT; in syn0()
H A Dsh.h315 #define FAND (1<<0) /* executes in background */ macro
H A Dsh.func.c93 if (t->t_dflg & FAND) { in isbfunc()
94 t->t_dflg &= ~FAND; in isbfunc()
H A Dsh.proc.c420 pp->p_flags = t->t_dflg & FAND ? PRUNNING : PRUNNING|PFOREGND; in palloc()