sgttyb
static struct sgttyb ttbuf;
struct sgttyb save_ttbuf;
static struct sgttyb Savettyb;
struct sgttyb ttbuf;
#define STBNULL (struct sgttyb *) 0
struct sgttyb sb;
struct sgttyb sb;
struct sgttyb sb;
struct sgttyb tty;
ioctl(0, TIOCGLTC, (struct sgttyb *)<c);
ioctl(0, FIONREAD, (struct sgttyb *)&nb);
extern struct sgttyb nttyb;
struct sgttyb sb;
struct sgttyb ottyb = { 0 }, nttyb = { 0 };
struct sgttyb gttybuf;
struct sgttyb b;
struct sgttyb b;
struct sgttyb b;
struct sgttyb b;
struct sgttyb tty;
struct sgttyb sgtty;
struct sgttyb sgtty;
struct sgttyb sgtty;
static struct sgttyb oldsgtty;
struct sgttyb sgtty;
struct sgttyb sgtty;
struct sgttyb sgtty;
static struct sgttyb oldsgtty;
struct sgttyb ttybuf;
static struct sgttyb TtyBuf;
struct sgttyb termmode; /* To hold terminal settings. */
struct sgttyb ttys[2];
struct sgttyb sgttyb;
if (Pread(Proc, &sgttyb, sizeof (sgttyb), offset) == sizeof (sgttyb)) {
sgttyb.sg_ispeed&0xff,
sgttyb.sg_ospeed&0xff,
show_char(erase, sgttyb.sg_erase),
show_char(kill, sgttyb.sg_kill),
sgttyb.sg_flags);
typedef struct sgttyb SGTTY;
#define SGTTY struct sgttyb /* trick Pavel curses to not include <curses.h> */
var struct sgttyb tty; /* Always stty/gtty using this one structure */
#define TERMIO_TYPE struct sgttyb
#define STBNULL (struct sgttyb *)0
typedef struct sgttyb SGTTY;
extern int stty(int, struct sgttyb *);
extern int gtty(int, struct sgttyb *);
cqp->cq_size = sizeof (struct sgttyb);
error = miocpullup(mp, sizeof (struct sgttyb));
tp->t_new_sgttyb = *((struct sgttyb *)mp->b_cont->b_rptr);
struct sgttyb *cb;
cb = (struct sgttyb *)datap->b_wptr;
datap->b_wptr += sizeof (struct sgttyb);
iocp->ioc_count = sizeof (struct sgttyb);
strioc.ic_len = sizeof (struct sgttyb);
struct sgttyb t_new_sgttyb; /* new sgttyb from TIOCSET[PN] */