Home
last modified time | relevance | path

Searched refs:sgttyb (Results 1 – 25 of 52) sorted by relevance

123

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h59 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_50/usr/src/ucbhead/
H A Dsgtty.h46 extern int stty(int, struct sgttyb *);
47 extern int gtty(int, struct sgttyb *);
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c346 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_50/usr/src/head/rpcsvc/
H A Drex.x69 struct sgttyb { struct
173 sgttyb basic; /* standard unix tty flags */
/titanic_50/usr/src/cmd/rexd/
H A Drex.x63 struct sgttyb { struct
167 sgttyb basic; /* standard unix tty flags */
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c122 struct sgttyb tty; in set_edit_chars()
127 ioctl(0, TIOCGLTC, (struct sgttyb *)&ltc); in set_edit_chars()
H A Dio.c127 ioctl(0, FIONREAD, (struct sgttyb *)&nb); in talk()
/titanic_50/usr/src/lib/libbc/libc/compat/common/
H A Dgtty.c36 gtty(int fd, struct sgttyb *ap) in gtty()
H A Dstty.c36 stty(int fd, struct sgttyb *ap) in stty()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dioctl.c192 struct sgttyb *sg = (struct sgttyb *)arg; in _bc_ioctl()
205 struct sgttyb *sg = (struct sgttyb *)arg; in _bc_ioctl()
/titanic_50/usr/src/uts/common/sys/
H A Dttcompat.h70 struct sgttyb t_new_sgttyb; /* new sgttyb from TIOCSET[PN] */
H A Dttold.h74 struct sgttyb { struct
/titanic_50/usr/src/head/
H A Dsgtty.h82 struct sgttyb { struct
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c389 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_50/usr/src/cmd/vi/port/
H A Dex_tty.h104 var struct sgttyb tty; /* Always stty/gtty using this one structure */
/titanic_50/usr/src/cmd/bnu/
H A Dfio.c110 static struct sgttyb ttbuf;
120 struct sgttyb save_ttbuf; in fturnon()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_tty.h84 # define termios sgttyb
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_tty.h105 # define termios sgttyb
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_tty.h84 # define termios sgttyb
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_tty.h105 # define termios sgttyb
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_tty.h84 # define termios sgttyb
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_tty.h105 # define termios sgttyb
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_tty.h84 # define termios sgttyb
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_tty.h105 # define termios sgttyb
/titanic_50/usr/src/lib/libshell/common/include/
H A Dterminal.h120 # define termios sgttyb

123