Searched refs:ttybuf (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | tty.c | 75 static struct termio ttybuf; variable in typeref:struct:termio 326 ttybuf = savtty; 328 ttybuf.c_cflag &= ~PARENB; /* disable parity */ 329 ttybuf.c_cflag |= CS8; /* character size = 8 */ 331 ttybuf.c_cc[VTIME] = 0; 332 ttybuf.c_cc[VMIN] = 1; 333 ttybuf.c_iflag &= ~(BRKINT); 334 ttybuf.c_lflag &= ~(ICANON|ISIG|ECHO); 343 if (ioctl(Out, TCSETAW, &ttybuf) < 0) { 468 struct sgttyb ttybuf; local 499 ttyset++, stty(fileno(stdin), &ttybuf); local 508 ttyset++, stty(fileno(stdin), &ttybuf); local 517 ttyset++, stty(fileno(stdin), &ttybuf); local 526 ttyset++, stty(fileno(stdin), &ttybuf); local 535 ttyset++, stty(fileno(stdin), &ttybuf); local 548 stty(fileno(stdin), &ttybuf); local [all...] |
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | conn.c | 582 struct termio ttybuf; local 678 if ((*Ioctl)(fn, TCGETA, &ttybuf) != 0) { 685 ttybuf.c_cflag |= CLOCAL; 687 ttybuf.c_cflag &= ~CLOCAL; 688 if ((*Ioctl)(fn, TCSETAW, &ttybuf) != 0)
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | conn.c | 787 struct termio ttybuf; local 912 if ( (*Ioctl)(fn, TCGETA, &ttybuf) != 0 ) { 916 ttybuf.c_cflag |= CLOCAL; 918 ttybuf.c_cflag &= ~CLOCAL; 919 if ( (*Ioctl)(fn, TCSETAW, &ttybuf) != 0 )
|
Completed in 82 milliseconds