Symbol: sgttyb
usr/src/cmd/bnu/fio.c
108
static struct sgttyb ttbuf;
usr/src/cmd/bnu/fio.c
118
struct sgttyb save_ttbuf;
usr/src/cmd/bnu/line.c
473
static struct sgttyb Savettyb;
usr/src/cmd/bnu/line.c
490
struct sgttyb ttbuf;
usr/src/cmd/bnu/uucp.h
319
#define STBNULL (struct sgttyb *) 0
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
1104
struct sgttyb sb;
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
1302
struct sgttyb sb;
usr/src/cmd/cmd-inet/usr.bin/rlogin.c
765
struct sgttyb sb;
usr/src/cmd/cmd-inet/usr.bin/talk/init_disp.c
120
struct sgttyb tty;
usr/src/cmd/cmd-inet/usr.bin/talk/init_disp.c
125
ioctl(0, TIOCGLTC, (struct sgttyb *)&ltc);
usr/src/cmd/cmd-inet/usr.bin/talk/io.c
125
ioctl(0, FIONREAD, (struct sgttyb *)&nb);
usr/src/cmd/cmd-inet/usr.bin/telnet/externs.h
314
extern struct sgttyb nttyb;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
278
struct sgttyb sb;
usr/src/cmd/cmd-inet/usr.bin/telnet/sys_bsd.c
71
struct sgttyb ottyb = { 0 }, nttyb = { 0 };
usr/src/cmd/cmd-inet/usr.sbin/in.comsat.c
275
struct sgttyb gttybuf;
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
2742
struct sgttyb b;
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
3543
struct sgttyb b;
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
4241
struct sgttyb b;
usr/src/cmd/cmd-inet/usr.sbin/in.telnetd.c
4263
struct sgttyb b;
usr/src/cmd/csh/sh.lex.c
1226
struct sgttyb tty;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
344
struct sgttyb sgtty;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
416
struct sgttyb sgtty;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
455
struct sgttyb sgtty;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
458
static struct sgttyb oldsgtty;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
590
struct sgttyb sgtty;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
657
struct sgttyb sgtty;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
696
struct sgttyb sgtty;
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
699
static struct sgttyb oldsgtty;
usr/src/cmd/mailx/tty.c
466
struct sgttyb ttybuf;
usr/src/cmd/sendmail/util/mconnect.c
57
static struct sgttyb TtyBuf;
usr/src/cmd/tput/tput.c
600
struct sgttyb termmode; /* To hold terminal settings. */
usr/src/cmd/troff/n5.c
1268
struct sgttyb ttys[2];
usr/src/cmd/truss/expound.c
704
struct sgttyb sgttyb;
usr/src/cmd/truss/expound.c
706
if (Pread(Proc, &sgttyb, sizeof (sgttyb), offset) == sizeof (sgttyb)) {
usr/src/cmd/truss/expound.c
713
sgttyb.sg_ispeed&0xff,
usr/src/cmd/truss/expound.c
714
sgttyb.sg_ospeed&0xff,
usr/src/cmd/truss/expound.c
715
show_char(erase, sgttyb.sg_erase),
usr/src/cmd/truss/expound.c
716
show_char(kill, sgttyb.sg_kill),
usr/src/cmd/truss/expound.c
717
sgttyb.sg_flags);
usr/src/cmd/vi/port/ex.h
85
typedef struct sgttyb SGTTY;
usr/src/cmd/vi/port/ex.h
89
#define SGTTY struct sgttyb /* trick Pavel curses to not include <curses.h> */
usr/src/cmd/vi/port/ex_tty.h
102
var struct sgttyb tty; /* Always stty/gtty using this one structure */
usr/src/lib/libldap5/include/ldap/portable.h
234
#define TERMIO_TYPE struct sgttyb
usr/src/lib/libnsl/dial/uucp.h
214
#define STBNULL (struct sgttyb *)0
usr/src/ucbhead/curses.h
51
typedef struct sgttyb SGTTY;
usr/src/ucbhead/sgtty.h
44
extern int stty(int, struct sgttyb *);
usr/src/ucbhead/sgtty.h
45
extern int gtty(int, struct sgttyb *);
usr/src/uts/common/io/ttcompat.c
290
cqp->cq_size = sizeof (struct sgttyb);
usr/src/uts/common/io/ttcompat.c
454
error = miocpullup(mp, sizeof (struct sgttyb));
usr/src/uts/common/io/ttcompat.c
459
tp->t_new_sgttyb = *((struct sgttyb *)mp->b_cont->b_rptr);
usr/src/uts/common/io/ttcompat.c
724
struct sgttyb *cb;
usr/src/uts/common/io/ttcompat.c
729
cb = (struct sgttyb *)datap->b_wptr;
usr/src/uts/common/io/ttcompat.c
746
datap->b_wptr += sizeof (struct sgttyb);
usr/src/uts/common/io/ttcompat.c
747
iocp->ioc_count = sizeof (struct sgttyb);
usr/src/uts/common/os/streamio.c
3465
strioc.ic_len = sizeof (struct sgttyb);
usr/src/uts/common/sys/ttcompat.h
70
struct sgttyb t_new_sgttyb; /* new sgttyb from TIOCSET[PN] */