/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttold.h | 59 struct sgttyb { struct 81 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */ argument 82 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */ 83 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty */
|
/titanic_41/usr/src/ucbhead/ |
H A D | sgtty.h | 46 extern int stty(int, struct sgttyb *); 47 extern int gtty(int, struct sgttyb *);
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 346 struct sgttyb sgtty; in setupline() 418 struct sgttyb sgtty; in resetline() 457 struct sgttyb sgtty; 460 static struct sgttyb oldsgtty; 592 struct sgttyb sgtty; in setupline() 659 struct sgttyb sgtty; in resetline() 698 struct sgttyb sgtty; 701 static struct sgttyb oldsgtty;
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | rex.x | 69 struct sgttyb { struct 173 sgttyb basic; /* standard unix tty flags */
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | rex.x | 63 struct sgttyb { struct 167 sgttyb basic; /* standard unix tty flags */
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 122 struct sgttyb tty; in set_edit_chars() 127 ioctl(0, TIOCGLTC, (struct sgttyb *)<c); in set_edit_chars()
|
H A D | io.c | 127 ioctl(0, FIONREAD, (struct sgttyb *)&nb); in talk()
|
/titanic_41/usr/src/lib/libbc/libc/compat/common/ |
H A D | gtty.c | 36 gtty(int fd, struct sgttyb *ap) in gtty()
|
H A D | stty.c | 36 stty(int fd, struct sgttyb *ap) in stty()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 192 struct sgttyb *sg = (struct sgttyb *)arg; in _bc_ioctl() 205 struct sgttyb *sg = (struct sgttyb *)arg; in _bc_ioctl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ttcompat.h | 70 struct sgttyb t_new_sgttyb; /* new sgttyb from TIOCSET[PN] */
|
H A D | ttold.h | 74 struct sgttyb { struct
|
/titanic_41/usr/src/head/ |
H A D | sgtty.h | 82 struct sgttyb { struct
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 389 cqp->cq_size = sizeof (struct sgttyb); in ttcompatwput() 552 error = miocpullup(mp, sizeof (struct sgttyb)); in ttcompat_do_ioctl() 557 tp->t_new_sgttyb = *((struct sgttyb *)mp->b_cont->b_rptr); in ttcompat_do_ioctl() 822 struct sgttyb *cb; in ttcompat_ioctl_ack() 827 cb = (struct sgttyb *)datap->b_wptr; in ttcompat_ioctl_ack() 844 datap->b_wptr += sizeof (struct sgttyb); in ttcompat_ioctl_ack() 845 iocp->ioc_count = sizeof (struct sgttyb); in ttcompat_ioctl_ack()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_tty.h | 104 var struct sgttyb tty; /* Always stty/gtty using this one structure */
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | fio.c | 110 static struct sgttyb ttbuf; 120 struct sgttyb save_ttbuf; in fturnon()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 120 # define termios sgttyb
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 105 # define termios sgttyb
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 84 # define termios sgttyb
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 84 # define termios sgttyb
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 105 # define termios sgttyb
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 84 # define termios sgttyb
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 105 # define termios sgttyb
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 84 # define termios sgttyb
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 105 # define termios sgttyb
|