Lines Matching refs:TTYOUT
120 #define TTYOUT 1 /* mnemonic */ macro
138 #define WIOFD(fd) (fd == TTYOUT ? 0 : (fd == Cn ? 1 : 2))
721 (void)w_char(TTYOUT); in transmit()
723 (void)w_char(TTYOUT); in transmit()
772 (void)ioctl(TTYOUT, TCXONC, 0); /* stop tty output */ in _flush()
774 (void)ioctl(TTYOUT, TCFLSH, 1); /* flush tty output */ in _flush()
775 (void)ioctl(TTYOUT, TCXONC, 1); /* restart tty output */ in _flush()
917 (void)close(TTYOUT);
931 (void)fcntl((*str == '!')? TTYERR:Cn,F_DUPFD,TTYOUT);
1264 if(w_char(TTYOUT) == NO) in _receive()
1451 if ( (wioflsh(Cn) == NO ) || (wioflsh(TTYOUT) == NO) ) in r_char()