Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c73 static struct termio ttybuf; variable
324 ttybuf = savtty; in savetty()
329 ttybuf.c_cc[VTIME] = 0; in savetty()
330 ttybuf.c_cc[VMIN] = 1; in savetty()
466 struct sgttyb ttybuf; in grabh() local
485 c_erase = ttybuf.sg_erase; in grabh()
486 c_kill = ttybuf.sg_kill; in grabh()
488 ttybuf.sg_erase = 0; in grabh()
489 ttybuf.sg_kill = 0; in grabh()
543 ttybuf.sg_erase = c_erase; in grabh()
[all …]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c582 struct termio ttybuf; in sendthem() local
678 if ((*Ioctl)(fn, TCGETA, &ttybuf) != 0) { in sendthem()
685 ttybuf.c_cflag |= CLOCAL; in sendthem()
687 ttybuf.c_cflag &= ~CLOCAL; in sendthem()
688 if ((*Ioctl)(fn, TCSETAW, &ttybuf) != 0) in sendthem()
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c779 struct termio ttybuf; local
904 if ( (*Ioctl)(fn, TCGETA, &ttybuf) != 0 ) {
908 ttybuf.c_cflag |= CLOCAL;
910 ttybuf.c_cflag &= ~CLOCAL;
911 if ( (*Ioctl)(fn, TCSETAW, &ttybuf) != 0 )