/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 344 struct sgttyb sgtty; in setupline() 416 struct sgttyb sgtty; in resetline() 455 struct sgttyb sgtty; 458 static struct sgttyb oldsgtty; 590 struct sgttyb sgtty; in setupline() 657 struct sgttyb sgtty; in resetline() 696 struct sgttyb sgtty; 699 static struct sgttyb oldsgtty;
|
/illumos-gate/usr/src/ucbhead/ |
H A D | sgtty.h | 44 extern int stty(int, struct sgttyb *); 45 extern int gtty(int, struct sgttyb *);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 120 struct sgttyb tty; in set_edit_chars() 125 ioctl(0, TIOCGLTC, (struct sgttyb *)<c); in set_edit_chars()
|
H A D | io.c | 125 ioctl(0, FIONREAD, (struct sgttyb *)&nb); in talk()
|
/illumos-gate/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 | 72 struct sgttyb { struct
|
/illumos-gate/usr/src/head/ |
H A D | sgtty.h | 80 struct sgttyb { struct
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 290 cqp->cq_size = sizeof (struct sgttyb); in ttcompatwput() 454 error = miocpullup(mp, sizeof (struct sgttyb)); in ttcompat_do_ioctl() 459 tp->t_new_sgttyb = *((struct sgttyb *)mp->b_cont->b_rptr); in ttcompat_do_ioctl() 724 struct sgttyb *cb; in ttcompat_ioctl_ack() 729 cb = (struct sgttyb *)datap->b_wptr; in ttcompat_ioctl_ack() 746 datap->b_wptr += sizeof (struct sgttyb); in ttcompat_ioctl_ack() 747 iocp->ioc_count = sizeof (struct sgttyb); in ttcompat_ioctl_ack()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_tty.h | 102 var struct sgttyb tty; /* Always stty/gtty using this one structure */
|
H A D | ex.h | 85 typedef struct sgttyb SGTTY; 89 #define SGTTY struct sgttyb /* trick Pavel curses to not include <curses.h> */
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | fio.c | 108 static struct sgttyb ttbuf; 118 struct sgttyb save_ttbuf; in fturnon()
|
H A D | line.c | 473 static struct sgttyb Savettyb; 490 struct sgttyb ttbuf;
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | terminal.h | 120 # define termios sgttyb
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
H A D | mconnect.c | 57 static struct sgttyb TtyBuf;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 765 struct sgttyb sb; in doit() 1104 struct sgttyb sb; in oob() 1302 struct sgttyb sb; in mode()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 71 struct sgttyb ottyb = { 0 }, nttyb = { 0 }; 278 struct sgttyb sb;
|
H A D | externs.h | 314 extern struct sgttyb nttyb;
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | tty | 78 # define termios sgttyb
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | tty | 84 # define termios sgttyb
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | tty | 84 # define termios sgttyb
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | tty | 84 # define termios sgttyb
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | tty | 84 # define termios sgttyb
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | uucp.h | 214 #define STBNULL (struct sgttyb *)0
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 704 struct sgttyb sgttyb; in show_sgttyb() local 706 if (Pread(Proc, &sgttyb, sizeof (sgttyb), offset) == sizeof (sgttyb)) { in show_sgttyb() 713 sgttyb.sg_ispeed&0xff, in show_sgttyb() 714 sgttyb.sg_ospeed&0xff, in show_sgttyb() 715 show_char(erase, sgttyb.sg_erase), in show_sgttyb() 716 show_char(kill, sgttyb.sg_kill), in show_sgttyb() 717 sgttyb.sg_flags); in show_sgttyb()
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 234 #define TERMIO_TYPE struct sgttyb
|