/titanic_50/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 386 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in setupline() 432 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in resetline() 477 if ( ioctl(0, TIOCGETP, &oldsgtty) == -1 ) 623 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in setupline() 673 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in resetline() 720 if ( ioctl(0, TIOCGETP, &oldsgtty) == -1 )
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | tty | 82 # ifdef TIOCGETP 83 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) 88 # endif /* TIOCGETP */
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 88 # ifdef TIOCGETP 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 109 # ifdef TIOCGETP 110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 88 # ifdef TIOCGETP 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 109 # ifdef TIOCGETP 110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 88 # ifdef TIOCGETP 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 109 # ifdef TIOCGETP 110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 88 # ifdef TIOCGETP 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 109 # ifdef TIOCGETP 110 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 124 # ifdef TIOCGETP 125 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | tty | 88 # ifdef TIOCGETP 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) 94 # endif /* TIOCGETP */
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | tty | 88 # ifdef TIOCGETP 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) 94 # endif /* TIOCGETP */
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | tty | 88 # ifdef TIOCGETP 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) 94 # endif /* TIOCGETP */
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | tty | 88 # ifdef TIOCGETP 89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) 94 # endif /* TIOCGETP */
|
/titanic_50/usr/src/lib/libbc/libc/compat/common/ |
H A D | gtty.c | 39 return (ioctl(fd, TIOCGETP, ap)); in gtty()
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | flushinp.c | 61 (void) ioctl(cur_term -> Filedes, TIOCGETP, &(PROGTTY)); in flushinp()
|
H A D | def_prog.c | 66 (void) ioctl(cur_term -> Filedes, TIOCGETP, &(PROGTTY)); in def_prog_mode()
|
/titanic_50/usr/src/head/ |
H A D | sgtty.h | 126 #define TIOCGETP (('t'<<8)|8) macro
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | ioctl.c | 167 return (ioctl(fdes, TIOCGETP, arg)); in gtty()
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttold.h | 81 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 768 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in doit() 1177 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in oob() 1189 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in oob() 1305 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in mode()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ttold.h | 116 #define TIOCGETP (tIOC|8) macro
|
/titanic_50/usr/src/cmd/sendmail/aux/ |
H A D | mconnect.c | 92 (void) ioctl(0, TIOCGETP, &TtyBuf);
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | line.c | 496 if ((*Ioctl)(tty, TIOCGETP, &ttbuf) != 0) 560 if ((*Ioctl)(0, TIOCGETP, &Savettyb) != 0) in savline()
|