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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.file.c177 (void) tcgetattr(SHOUT, &tty);
179 (void) ioctl(SHOUT, TCGETA, (ioctl_t) &tty_normal);
185 (void) xtcsetattr(SHOUT, TCSANOW, &tty);
187 (void) ioctl(SHOUT, TCSETAW, (ioctl_t) &tty);
189 (void) xwrite(SHOUT, "\r", 1);
191 (void) xtcsetattr(SHOUT, TCSANOW, &tty_normal);
193 (void) ioctl(SHOUT, TCSETAW, (ioctl_t) &tty_normal);
200 (void) xwrite(SHOUT, "\r", 1);
229 (void) tcgetattr(SHOUT, &tty);
231 (void) ioctl(SHOUT, TCGET
[all...]
H A Dsh.exec.c225 SHOUT = 1;
228 isoutatty = isatty(SHOUT);
526 int SHIN, SHOUT, SHDIAG, OLDSTD; member in struct:execash_state
550 xclose(SHOUT);
554 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1);
584 state.SHOUT = SHOUT;
589 (void)close_on_exec (state.saveOUT = dcopy(SHOUT, -1), 1);
596 (void)close_on_exec (SHOUT
[all...]
H A Dsh.c123 int SHOUT; member in struct:saved_state
1104 if (intty || (intact && isatty(SHOUT))) {
1113 isoutatty = isatty(SHOUT);
1122 if (loginsh || intact || (intty && isatty(SHOUT)))
1588 st->OLDSTD = st->SHOUT = st->SHDIAG = -1;/* test later to restore these */
1596 if (NEED_SAVE_FD(1,SHOUT)) {
1597 st->SHOUT = SHOUT;
1598 SHOUT = dmove(1, -1);
1599 (void)close_on_exec(SHOUT,
1702 xclose(SHOUT), SHOUT = st->SHOUT; local
[all...]
H A Dtw.help.c145 (void) xwrite(SHOUT, buf, len);
H A Dsh.sem.c334 * if stdout (SHOUT) isnt attached to a tty.. IE when
460 oSHOUT = SHOUT;
499 SHOUT = oSHOUT;
674 if ((SHOUT = dcopy(1, FSHOUT)) >= 0) {
675 (void)close_on_exec(SHOUT, 1);
676 isoutatty = isatty(SHOUT);
852 (void) dcopy(SHOUT, 1);
901 (void) dcopy(SHOUT, 1);
937 TCSH_IGNORE(dup(SHOUT));
H A Dsh.misc.c272 if (f != SHIN && f != SHOUT && f != SHDIAG && f != OLDSTD &&
318 SHOUT = 1;
321 isoutatty = isatty(SHOUT);
H A Dsh.print.c245 unit = didfds ? 1 : SHOUT;
H A Ded.refresh.c96 o = SHOUT;
98 SHOUT = fd;
102 SHOUT = o;
H A Dsh.hist.c1319 ftmp = SHOUT;
1320 SHOUT = fp;
1324 SHOUT = ftmp;
H A Dsh.dir.c1391 ftmp = SHOUT;
1392 SHOUT = fp;
1413 SHOUT = ftmp;
H A Dtw.comp.c367 (void) dcopy(SHOUT, 1);
H A Dsh.h576 EXTERN int isoutatty IZERO; /* is SHOUT a tty */
663 EXTERN int SHOUT IZERO; /* Shell output */
H A Dtw.parse.c2177 if (!columns || !isatty(didfds ? 1 : SHOUT))
H A Dtc.os.c94 (void) dcopy(SHOUT, 1);

Completed in 126 milliseconds