/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | terminal.h | 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
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 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
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 47 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 92 # define tcgetattr(fd,tty) gtty(fd, tty) macro
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 47 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 92 # define tcgetattr(fd,tty) gtty(fd, tty) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 68 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 113 # define tcgetattr(fd,tty) gtty(fd, tty) macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 68 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 113 # define tcgetattr(fd,tty) gtty(fd, tty) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 68 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 113 # define tcgetattr(fd,tty) gtty(fd, tty) macro
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 47 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 92 # define tcgetattr(fd,tty) gtty(fd, tty) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 47 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 92 # define tcgetattr(fd,tty) gtty(fd, tty) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 68 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) macro 91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) macro 110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) macro 113 # define tcgetattr(fd,tty) gtty(fd, tty) macro
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | tcgetattr.c | 44 tcgetattr(int fildes, struct termios *termios_p) in tcgetattr() function
|
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | posix_tty.c | 106 tcgetattr(int fd, struct termios *termios_p) in tcgetattr() function
|