Searched refs:istermios (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | line.c | 125 int i, istermios, ospeed; local 129 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) { 216 if (istermios < 0) { 265 int i, vtime, istermios, ospeed; local 269 if ((istermios = (*Ioctl)(Ifn, TCGETS, &tbufs)) < 0) { 317 if (istermios < 0) { 340 if (istermios < 0) { 401 int i, ret, istermios; local 403 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) { 428 if (istermios < 0) {
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | line.c | 115 int i, istermios, ospeed; in fixline() local 119 if ((istermios = (*Ioctl)(tty, TCGETS, &ttbufs)) < 0) { in fixline() 200 if (istermios < 0) { in fixline()
|
/titanic_44/usr/src/cmd/tput/ |
H A D | tput.c | 582 int istermios = -1; in initterm() local 585 (istermios = ioctl(fd, TCGETS, mode)) in initterm() 681 if (istermios < 0) { in initterm()
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 434 int istermios; variable 472 if ((istermios = ioctl(FILEDES, TCGETS, (char *)&modes)) < 0) { in main() 501 if ((istermios = ioctl(FILEDES, TCGETS, (char *)&modes)) < 0) { in main() 525 if (istermios < 0) { in main() 1132 if (istermios < 0) { in setmode() 1143 if (istermios < 0) { in setmode()
|