Searched refs:SHOUT (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/contrib/tcsh/
H A Dsh.file.c180 (void) tcgetattr(SHOUT, &tty);
182 (void) ioctl(SHOUT, TCGETA, (ioctl_t) &tty_normal);
188 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
190 (void) ioctl(SHOUT, TCSETAW, (ioctl_t) &tty);
192 (void) xwrite(SHOUT, "\r", 1);
194 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal);
196 (void) ioctl(SHOUT, TCSETAW, (ioctl_t) &tty_normal);
203 (void) xwrite(SHOUT, "\r", 1);
232 (void) tcgetattr(SHOUT, &tty);
234 (void) ioctl(SHOUT, TCSETA
[all...]
H A Dsh.exec.c229 SHOUT = 1;
232 isoutatty = isatty(SHOUT);
530 int SHIN, SHOUT, SHDIAG, OLDSTD; member in struct:execash_state
554 xclose(SHOUT);
558 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1);
588 state.SHOUT = SHOUT;
593 (void)close_on_exec (state.saveOUT = dcopy(SHOUT, -1), 1);
600 (void)close_on_exec (SHOUT
[all...]
H A Dsh.c125 int SHOUT; member in struct:saved_state
1113 if (intty || (intact && isatty(SHOUT))) {
1122 isoutatty = isatty(SHOUT);
1131 if (loginsh || intact || (intty && isatty(SHOUT)))
1564 st->OLDSTD = st->SHOUT = st->SHDIAG = -1;/* test later to restore these */
1572 if (NEED_SAVE_FD(1,SHOUT)) {
1573 st->SHOUT = SHOUT;
1574 SHOUT = dmove(1, -1);
1575 (void)close_on_exec(SHOUT,
1678 xclose(SHOUT), SHOUT = st->SHOUT; local
[all...]
H A Dtw.help.c149 (void) xwrite(SHOUT, buf, len);
H A Dsh.sem.c332 * if stdout (SHOUT) isnt attached to a tty.. IE when
447 oSHOUT = SHOUT;
486 SHOUT = oSHOUT;
661 if ((SHOUT = dcopy(1, FSHOUT)) >= 0) {
662 (void)close_on_exec(SHOUT, 1);
663 isoutatty = isatty(SHOUT);
839 (void) dcopy(SHOUT, 1);
888 (void) dcopy(SHOUT, 1);
924 TCSH_IGNORE(dup(SHOUT));
H A Dsh.misc.c272 if (f != SHIN && f != SHOUT && f != SHDIAG && f != OLDSTD &&
308 SHOUT = 1;
311 isoutatty = isatty(SHOUT);
H A Dsh.print.c249 unit = didfds ? 1 : SHOUT;
H A Ded.refresh.c100 o = SHOUT;
102 SHOUT = fd;
106 SHOUT = o;
H A Dsh.hist.c1284 ftmp = SHOUT;
1285 SHOUT = fp;
1289 SHOUT = ftmp;
H A Dsh.dir.c1391 ftmp = SHOUT;
1392 SHOUT = fp;
1413 SHOUT = ftmp;
H A Dtw.comp.c370 (void) dcopy(SHOUT, 1);
H A Dsh.h583 EXTERN int isoutatty IZERO; /* is SHOUT a tty */
666 EXTERN int SHOUT IZERO; /* Shell output */
H A Dtc.os.c98 (void) dcopy(SHOUT, 1);
H A Dtw.parse.c2177 if (!columns || !isatty(didfds ? 1 : SHOUT))

Completed in 85 milliseconds