Searched refs:TTYOUT (Results 1 – 2 of 2) sorted by relevance
120 #define TTYOUT 1 /* mnemonic */ macro138 #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()[all …]
714 open(TTYOUT, "+>&TTYIN")717 $ofh = select(TTYOUT); $| = 1; select($ofh);719 print TTYOUT "+++at\015";