Home
last modified time | relevance | path

Searched refs:SHDIAG (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.sem.c167 int SHIN, SHOUT, SHDIAG, OLDSTD, tpgrp; member
185 sv.SHDIAG = SHDIAG; sv.OLDSTD = OLDSTD;
201 SHOUT = sv.SHOUT; SHDIAG = sv.SHDIAG;
314 SHDIAG = dcopy(2, FSHDIAG);
485 fd = dup(SHDIAG); in doio()
H A Dsh.print.c196 unit = didfds ? 2 : SHDIAG; in flush()
225 unit = didfds ? 2 : SHDIAG; in write_string()
H A Dsh.err.c131 (void) dcopy(SHDIAG, 2); in Perror()
H A Dsh.exec.c106 SHIN = 0; SHOUT = 1; SHDIAG = 2; OLDSTD = 0; in doexec()
H A Dsh.h181 short SHDIAG; /* Diagnostic output... shell errs go here */ variable
H A Dsh.c1338 (void) fcntl(SHDIAG = dcopy(2, FSHDIAG), F_SETFD, 1); in initdesc_x()
1372 f != SHIN && f != SHOUT && f != SHDIAG && in closem()
H A Dsh.glob.c791 (void) dmove(SHDIAG, 2); in backeval()