Home
last modified time | relevance | path

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

/onnv-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))
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 …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlopentut.pod714 open(TTYOUT, "+>&TTYIN")
717 $ofh = select(TTYOUT); $| = 1; select($ofh);
719 print TTYOUT "+++at\015";