Home
last modified time | relevance | path

Searched refs:F_APPEND (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.sem.c903 if ((flags & F_APPEND) != 0) { in doio()
913 if ((flags & F_APPEND) == 0 || fd == -1) { in doio()
915 if (flags & F_APPEND) in doio()
H A Dsh.parse.c573 t->t_dflg |= F_APPEND; in syn3()
H A Dsh.h899 #define F_APPEND (1<<1) /* output is redirected >> */ macro
H A Dsh.proc.c897 pads((t->t_dflg & F_APPEND) ? STRspRarrow2 : STRspRarrow); in padd()