| /ast/src/cmd/ksh93/include/ |
| H A D | terminal.h | 57 # undef tcgetattr macro 72 # undef tcgetattr macro 73 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 106 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 125 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 128 # define tcgetattr(fd,tty) gtty(fd, tty) macro 199 # define tcgetattr(a,b) sh_tcgetattr(a,b) macro
|
| /ast/src/cmd/ie/ |
| H A D | terminal.h | 53 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 88 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 118 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 121 # define tcgetattr(fd,tty) gtty(fd, tty) macro
|
| H A D | edit.c | 57 # undef tcgetattr macro 153 while(tcgetattr(fd,&savetty) == SYSERR) 1382 tcgetattr(fd,tt) function
|
| /ast/src/cmd/mailx/ |
| H A D | tty.c | 106 # undef tcgetattr macro 121 # undef tcgetattr macro 122 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 155 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 174 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 177 # define tcgetattr(fd,tty) gtty(fd, tty) macro 243 tcgetattr(rfd, &old); 290 tcgetattr(rfd, &old);
|
| H A D | local.c | 417 if (tcgetattr(1, &tbuf) < 0)
|
| /ast/src/lib/libast/uwin/ |
| H A D | getpass.c | 58 if(tcgetattr(sffileno(iop),&told) < 0)
|
| /ast/src/lib/libcodex/ |
| H A D | codexgetpass.c | 53 tcgetattr(sffileno(rp), &tty);
|
| /ast/src/lib/libcs/ |
| H A D | csclient.c | 84 tcgetattr(0, &state.old_term);
|
| /ast/src/lib/libast/disc/ |
| H A D | sfdcmore.c | 105 tcgetattr(rfd, &old);
|
| /ast/src/cmd/ksh93/edit/ |
| H A D | edit.c | 115 # undef tcgetattr macro 182 while(tcgetattr(fd,tty) == SYSERR) 1498 int tcgetattr(int fd, struct termios *tt) function 1853 # undef tcgetattr macro 1857 while((r=tcgetattr(fd,tty)) < 0 && errno==EINTR)
|
| /ast/src/cmd/builtin/ |
| H A D | pty.c | 225 if (tcgetattr(STDERR_FILENO, &tty) >= 0) 264 if (tcgetattr(*slave, &tst) < 0 && (ioctl(*slave, I_PUSH, "ptem") < 0 || ioctl(*slave, I_PUSH, "ldterm") < 0))
|
| /ast/src/lib/libcmd/ |
| H A D | stty.c | 955 if (tcgetattr(fd, &tty) < 0)
|