Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/bnu/
H A Dcu.c120 #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()
[all …]