Searched defs:tcgetattr (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ie/
H A Dterminal.h53 # 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 Dedit.c57 # undef tcgetattr macro
153 while(tcgetattr(fd,&savetty) == SYSERR)
1382 tcgetattr(fd,tt) function
/ast/src/cmd/ksh93/include/
H A Dterminal.h57 # 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/mailx/
H A Dtty.c106 # 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);
/ast/src/cmd/ksh93/edit/
H A Dedit.c115 # 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)

Completed in 15 milliseconds