Home
last modified time | relevance | path

Searched refs:SHOUT (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/bin/csh/
H A Dfile.c147 (void)tcgetattr(SHOUT, &tty); in back_to_col_1()
151 (void)tcsetattr(SHOUT, TCSADRAIN, &tty); in back_to_col_1()
152 (void)write(SHOUT, "\r", 1); in back_to_col_1()
153 (void)tcsetattr(SHOUT, TCSADRAIN, &tty_normal); in back_to_col_1()
174 (void)tcgetattr(SHOUT, &tty); in pushback()
180 (void)tcsetattr(SHOUT, TCSADRAIN, &tty); in pushback()
187 (void)ioctl(SHOUT, TIOCSTI, (ioctl_t) &c); in pushback()
189 (void)ioctl(SHOUT, TIOCSTI, (ioctl_t) &svchars[i]); in pushback()
196 if (ioctl(SHOUT, FIONREAD, (ioctl_t) &nbuf) || in pushback()
208 if (read(SHOUT, &buf, nbuf) != (ssize_t)nbuf) in pushback()
[all …]
H A Dsem.c250 oSHOUT = SHOUT; in execute()
272 SHOUT = oSHOUT; in execute()
384 (void) ioctl(SHOUT = dcopy(1, FSHOUT), FIOCLEX, NULL); in execute()
540 (void)dcopy(SHOUT, 1); in doio()
576 (void)dcopy(SHOUT, 1); in doio()
606 (void)dup(SHOUT); in doio()
H A Dexec.c187 SHOUT = 1; in doexec()
381 oSHOUT = SHOUT; in execash()
386 saveOUT = dcopy(SHOUT, -1); in execash()
396 SHOUT = dcopy(1, -1); in execash()
409 (void)close(SHOUT); in execash()
413 SHOUT = dmove(saveOUT, oSHOUT); in execash()
H A Dcsh.c120 int SHOUT; variable
304 if (!(cshout = funopen2((void *) &SHOUT, readf, writef, seekf, NULL, in main()
493 if (intty || (intact && isatty(SHOUT))) { in main()
507 if (loginsh || intact || (intty && isatty(SHOUT))) in main()
909 ftmp = SHOUT; in rechist()
910 SHOUT = fp; in rechist()
913 SHOUT = ftmp; in rechist()
1385 (void)ioctl(SHOUT = dcopy(1, FSHOUT), FIOCLEX, NULL); in initdesc()
H A Dfunc.c1385 oSHOUT = SHOUT; in doeval()
1406 saveOUT = dcopy(SHOUT, -1); in doeval()
1415 SHOUT = dcopy(1, -1); in doeval()
1427 if (SHOUT != -1) in doeval()
1428 (void)close(SHOUT); in doeval()
1432 SHOUT = dmove(saveOUT, oSHOUT); in doeval()
H A Dmisc.c241 if (f != SHIN && f != SHOUT && f != SHERR && f != OLDSTD && in closem()
H A Dcsh.h168 extern int SHOUT; /* Shell output */
H A Dset.c571 SHIN, SHOUT, SHERR); in updateediting()