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

/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c120 #define TTYOUT 1 /* mnemonic */ macro
138 #define WIOFD(fd) (fd == TTYOUT ? 0 : (fd == Cn ? 1 : 2))
678 /* keyboard; writes characters to remote, or to TTYOUT */
721 (void)w_char(TTYOUT);
723 (void)w_char(TTYOUT);
772 (void)ioctl(TTYOUT, TCXONC, 0); /* stop tty output */
774 (void)ioctl(TTYOUT, TCFLSH, 1); /* flush tty output */
775 (void)ioctl(TTYOUT, TCXONC, 1); /* restart tty output */
917 (void)close(TTYOUT);
931 (void)fcntl((*str == '!')? TTYERR:Cn,F_DUPFD,TTYOUT);
[all...]

Completed in 72 milliseconds