Home
last modified time | relevance | path

Searched refs:t_dflg (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/tcsh/
Dsh.sem.c111 !t->t_dcdr && !t->t_dcar && !t->t_dflg && !didfds && in execute()
187 if (t->t_dflg & F_AMPERSAND) in execute()
195 if ((t->t_dflg & F_REPEAT) == 0) in execute()
204 if (t->t_dflg & F_PIPEIN) in execute()
207 if (t->t_dflg & F_PIPEOUT) in execute()
214 if (t->t_dflg & F_READ) { in execute()
243 t->t_dflg |= F_NICE; in execute()
251 t->t_dflg |= F_NICE; in execute()
259 t->t_dflg |= F_NOHUP; in execute()
267 t->t_dflg |= F_HUP; in execute()
[all …]
Dsh.parse.c267 t->t_dflg = F_AMPERSAND | F_NOINTERRUPT; in syn0()
272 t1->t_dflg |= F_AMPERSAND | F_NOINTERRUPT; in syn0()
275 t->t_dflg = 0; in syn0()
361 t->t_dflg = 0; in syn1a()
401 t->t_dflg = 0; in syn1b()
445 t->t_dflg |= F_STDERR; in syn2()
549 t->t_dflg = F_NOFORK; in syn3()
576 t->t_dflg |= F_APPEND; in syn3()
578 t->t_dflg |= F_STDERR, p = p->next; in syn3()
585 t->t_dflg |= F_OVERWRITE, p = p->next; in syn3()
[all …]
Dsh.proc.c769 pp->p_flags = ((t->t_dflg & F_AMPERSAND) ? 0 : PFOREGND) | PRUNNING; in palloc()
770 if (t->t_dflg & F_TIME) in palloc()
772 if (t->t_dflg & F_BACKQ) in palloc()
774 if (t->t_dflg & F_HUP) in palloc()
784 if (t->t_dflg & F_PIPEOUT) { in palloc()
786 if (t->t_dflg & F_STDERR) in palloc()
896 if ((t->t_dflg & F_PIPEIN) == 0 && t->t_dlef) { in padd()
897 pads((t->t_dflg & F_READ) ? STRspLarrow2sp : STRspLarrowsp); in padd()
900 if ((t->t_dflg & F_PIPEOUT) == 0 && t->t_drit) { in padd()
901 pads((t->t_dflg & F_APPEND) ? STRspRarrow2 : STRspRarrow); in padd()
[all …]
Dsh.glob.c717 faket.t_dflg = F_BACKQ; in backeval()
802 t->t_dflg = F_BACKQ|F_NOFORK; in backeval()
Dsh.func.c92 if (t->t_dflg & F_AMPERSAND) { in isbfunc()
93 t->t_dflg &= ~F_AMPERSAND; in isbfunc()
395 kp->t_dflg &= F_SAVE; in reexecute()
396 kp->t_dflg |= F_REPEAT; in reexecute()
Dsh.exp.c562 faket.t_dflg = F_BACKQ; in exp6()
Dsh.h882 unsigned long t_dflg; /* Flags, e.g. F_AMPERSAND|... */ member
Dtc.os.c805 faket.t_dflg = F_BACKQ|F_STDERR; in dobs2cmd()