/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 65 struct sgttyb { struct 76 #define TIOCGETP _IOR('t', 8, struct sgttyb) /* get parameters */ argument 77 #define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */ 78 #define TIOCSETN _IOW('t',10, struct sgttyb) /* as above, but no flush */
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 155 struct sgttyb sgbuf; 159 || ioctl(filedes, TIOCGETC, (struct sgttyb *) &tcbuf) < 0) 287 struct sgttyb sgbuf; 388 ioctl(filedes, TIOCSETC, (struct sgttyb *) &tcbuf) < 0 ?
|
H A D | sh.file.c | 132 struct sgttyb sgtty; in setup_tty() 169 struct sgttyb tty, tty_normal; in back_to_col_1() 221 struct sgttyb tty, tty_normal; in pushback()
|
H A D | ed.term.h | 511 struct sgttyb d_t;
|
H A D | ed.term.c | 878 struct sgttyb *n = &td->d_t; in tty_getchar() 1016 struct sgttyb *n = &td->d_t; in tty_setchar()
|
H A D | sh.lex.c | 1447 struct sgttyb tty; in readc()
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 67 struct sgttyb { struct 171 sgttyb basic; /* standard unix tty flags */
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 101 struct sgttyb *sg = (struct sgttyb *)data; in ttsetcompat() 199 struct sgttyb *sg = (struct sgttyb *)data; in tty_ioctl_compat()
|
/freebsd/contrib/tcsh/config/ |
H A D | bsd4.4 | 57 * TERMIO You have struct termio instead of struct sgttyb. 59 * BSD uses sgttyb. POSIX systems should define this
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_tty.h | 31 #define TTY struct sgttyb
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | read_password.c | 79 struct sgttyb tty_state;
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 67 struct sgttyb ottyb = { 0 }, nttyb = { 0 }; 373 struct sgttyb sb; in TerminalNewMode()
|
H A D | externs.h | 344 extern struct sgttyb nttyb;
|
/freebsd/contrib/ncurses/include/ |
H A D | MKterm.h.awk.in | 119 print " * termios/termio/sgttyb interfaces." 160 print "#define TTY struct sgttyb"
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 331 struct sgttyb ttyb; in leitch_start()
|
/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_openssl.c | 124 # define TTY_STRUCT struct sgttyb
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | chutest.c | 176 struct sgttyb ttyb; in openterm()
|
/freebsd/contrib/ee/ |
H A D | new_curse.c | 649 struct sgttyb Terminal; 650 struct sgttyb Saved_tty; 2335 struct sgttyb Gterminal;
|
/freebsd/contrib/less/ |
H A D | screen.c | 597 struct sgttyb s; in raw_mode() 598 static struct sgttyb save_term; in raw_mode()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 625 struct sgttyb a;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 957 unsigned struct_sgttyb_sz = sizeof(sgttyb);
|
/freebsd/contrib/sqlite3/tea/tclconfig/ |
H A D | tcl.m4 | 2121 struct sgttyb t; 2167 struct sgttyb t;
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 11332 + modified progs/tset.c and tack/sysdep.c to build with sgttyb 11334 with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
|