Searched refs:TTYOUT (Results 1 – 1 of 1) sorted by relevance
117 #define TTYOUT 1 /* mnemonic */ macro135 #define WIOFD(fd) (fd == TTYOUT ? 0 : (fd == Cn ? 1 : 2))716 (void)w_char(TTYOUT); in transmit()718 (void)w_char(TTYOUT); in transmit()767 (void)ioctl(TTYOUT, TCXONC, 0); /* stop tty output */ in _flush()769 (void)ioctl(TTYOUT, TCFLSH, 1); /* flush tty output */ in _flush()770 (void)ioctl(TTYOUT, TCXONC, 1); /* restart tty output */ in _flush()911 (void)close(TTYOUT); in _shell()925 (void)fcntl((*str == '!')? TTYERR:Cn,F_DUPFD,TTYOUT); in _shell()1257 if(w_char(TTYOUT) == NO) in _receive()[all …]