Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tcsh/
Dsh.sem.c707 (F_PIPEIN | F_AMPERSAND | F_STDERR | F_NOINTERRUPT | F_BACKQ)); in execute()
711 (F_PIPEIN | F_AMPERSAND | F_STDERR | F_NOINTERRUPT | F_BACKQ)); in execute()
949 if (flags & F_STDERR) { in doio()
Dsh.parse.c445 t->t_dflg |= F_STDERR; in syn2()
578 t->t_dflg |= F_STDERR, p = p->next; in syn3()
Dsh.proc.c786 if (t->t_dflg & F_STDERR) in palloc()
902 if (t->t_dflg & F_STDERR) in padd()
Dsh.h896 #define F_STDERR (1<<7) /* redirect unit 2 with unit 1 */ macro
Dtc.os.c805 faket.t_dflg = F_BACKQ|F_STDERR; in dobs2cmd()