Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dioctl_compat.h65 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 Dmi.termios.c155 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 Dsh.file.c132 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 Ded.term.h511 struct sgttyb d_t;
H A Ded.term.c878 struct sgttyb *n = &td->d_t; in tty_getchar()
1016 struct sgttyb *n = &td->d_t; in tty_setchar()
H A Dsh.lex.c1447 struct sgttyb tty; in readc()
/freebsd/include/rpcsvc/
H A Drex.x67 struct sgttyb { struct
171 sgttyb basic; /* standard unix tty flags */
/freebsd/sys/kern/
H A Dtty_compat.c101 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 Dbsd4.457 * TERMIO You have struct termio instead of struct sgttyb.
59 * BSD uses sgttyb. POSIX systems should define this
/freebsd/contrib/ntp/include/
H A Dntp_tty.h31 #define TTY struct sgttyb
/freebsd/contrib/telnet/libtelnet/
H A Dread_password.c79 struct sgttyb tty_state;
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c67 struct sgttyb ottyb = { 0 }, nttyb = { 0 };
373 struct sgttyb sb; in TerminalNewMode()
H A Dexterns.h344 extern struct sgttyb nttyb;
/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in119 print " * termios/termio/sgttyb interfaces."
160 print "#define TTY struct sgttyb"
/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c331 struct sgttyb ttyb; in leitch_start()
/freebsd/crypto/openssl/crypto/ui/
H A Dui_openssl.c124 # define TTY_STRUCT struct sgttyb
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c176 struct sgttyb ttyb; in openterm()
/freebsd/contrib/ee/
H A Dnew_curse.c649 struct sgttyb Terminal;
650 struct sgttyb Saved_tty;
2335 struct sgttyb Gterminal;
/freebsd/contrib/less/
H A Dscreen.c597 struct sgttyb s; in raw_mode()
598 static struct sgttyb save_term; in raw_mode()
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG625 struct sgttyb a;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp957 unsigned struct_sgttyb_sz = sizeof(sgttyb);
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42121 struct sgttyb t;
2167 struct sgttyb t;
/freebsd/contrib/ncurses/
H A DNEWS11332 + 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