Searched refs:SHDIAG (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.c126 int SHDIAG; member in struct:saved_state
1002 isdiagatty = isatty(SHDIAG);
1444 st->OLDSTD = st->SHOUT = st->SHDIAG = -1;/* test later to restore these */
1457 if (NEED_SAVE_FD(2,SHDIAG)) {
1458 st->SHDIAG = SHDIAG;
1459 SHDIAG = dmove(2, -1);
1460 (void)close_on_exec(SHDIAG, 1);
1559 if (st->SHDIAG != -1)
1560 xclose(SHDIAG), SHDIA local
[all...]
H A Dsh.exec.c230 SHDIAG = 2;
233 isdiagatty = isatty(SHDIAG);
522 int SHIN, SHOUT, SHDIAG, OLDSTD; member in struct:execash_state
547 xclose(SHDIAG);
551 close_on_exec(SHDIAG = dmove(state->saveDIAG, state->SHDIAG), 1);
581 state.SHDIAG = SHDIAG;
586 (void)close_on_exec (state.saveDIAG = dcopy(SHDIAG, -1), 1);
593 (void)close_on_exec (SHDIAG
[all...]
H A Dsh.sem.c449 oSHDIAG = SHDIAG;
488 SHDIAG = oSHDIAG;
654 (void)close_on_exec(SHDIAG = dcopy(2, FSHDIAG), 1);
655 isdiagatty = isatty(SHDIAG);
827 (void) dcopy(SHDIAG, 2);
876 (void) dcopy(SHDIAG, 2);
924 IGNORE(dup(SHDIAG));
H A Dsh.misc.c270 if (f != SHIN && f != SHOUT && f != SHDIAG && f != OLDSTD &&
307 SHDIAG = 2;
310 isdiagatty = isatty(SHDIAG);
H A Dsh.print.c241 unit = didfds ? 2 : SHDIAG;
H A Dtc.alloc.c66 write(didfds ? 2 : SHDIAG, msg, strlen(msg));
H A Dtw.comp.c371 (void) dcopy(SHDIAG, 2);
H A Dsh.glob.c735 (void) dmove(SHDIAG, 2);
H A Dsh.h562 EXTERN int isdiagatty IZERO;/* is SHDIAG a tty */
645 EXTERN int SHDIAG IZERO; /* Diagnostic output... shell errs go here */
H A Dtc.os.c99 (void) dcopy(SHDIAG, 2);
821 (void) dmove(SHDIAG, 2);
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dntfunc.c942 htemp= (HANDLE)_get_osfhandle(SHDIAG);

Completed in 121 milliseconds