Home
last modified time | relevance | path

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

/original-bsd/bin/csh/
H A Dsem.c562 if ((flags & F_APPEND) &&
571 if (flags & F_APPEND)
H A Dcsh.h296 #define F_APPEND (1<<1) /* output is redirected >> */ macro
H A Dparse.c568 t->t_dflg |= F_APPEND;
H A Dproc.c546 pads((t->t_dflg & F_APPEND) ? STRspRarrow2 : STRspRarrow);