HomeSort by: relevance | last modified time | path
    Searched refs:F_STDERR (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/csh/
parse.c 424 t->t_dflg |= F_STDERR;
543 t->t_dflg |= F_STDERR, p = p->next;
sem.c 397 (t->t_dflg & (F_PIPEIN | F_AMPERSAND | F_STDERR | F_NOINTERRUPT));
611 if (flags & F_STDERR) {
csh.h 325 #define F_STDERR (1<<7) /* redirect unit 2 with unit 1 */
proc.c 469 if (t->t_dflg & F_STDERR)
565 if (t->t_dflg & F_STDERR)

Completed in 139 milliseconds