Searched refs:sgtty (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/contrib/gdb/gdb/gdbserver/
H A Dterminal.h45 #include <sgtty.h>
/freebsd-11.0-release/contrib/libreadline/
H A Drltty.h40 /* Other (BSD) machines use sgtty. */
42 # include <sgtty.h>
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dterminal.h71 #else /* sgtty */
74 #include <sgtty.h>
78 #endif /* sgtty */
/freebsd-11.0-release/contrib/ee/
H A Dcreate.make50 # test for sgtty header (on BSD systems)
52 if [ -f /usr/include/sgtty.h ]
54 sgtty="TRUE"
56 sgtty=""
187 if [ -z "$termio" -a -z "$sgtty" ]
189 echo "Neither termio.h or sgtty.h are on this system! "
H A Dnew_curse.h47 #include <sgtty.h>
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_tty.h30 #include <sgtty.h>
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.file.c135 struct sgttyb sgtty;
146 (void) ioctl(SHIN, TIOCGETP, (ioctl_t) & sgtty);
147 if (sgtty.sg_flags & (RAW | CBREAK)) {
148 sgtty.sg_flags &= ~(RAW | CBREAK);
149 (void) ioctl(SHIN, TIOCSETP, (ioctl_t) & sgtty);
H A Dmi.termios.c2 /* termios.c - fake termios interface using sgtty interface
12 /* Undefine everything that clashes with sgtty.h. */
44 #include <sgtty.h>
88 /* The speed encodings in sgtty.h and termios.h are different. Both are
H A Dsh.h284 # include <sgtty.h>
/freebsd-11.0-release/contrib/telnet/telnetd/
H A Ddefs.h95 #include <sgtty.h>
/freebsd-11.0-release/contrib/top/
H A Dscreen.c28 # include <sgtty.h>
/freebsd-11.0-release/contrib/libreadline/examples/rlfe/
H A Dos.h211 # include <sgtty.h>
/freebsd-11.0-release/crypto/openssl/crypto/des/
H A Dread_pwd.c164 # include <sgtty.h>
/freebsd-11.0-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c238 # include <sgtty.h>
/freebsd-11.0-release/contrib/ntp/clockstuff/
H A Dchutest.c30 # include <sgtty.h>
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_arc.c362 #include <sgtty.h>
H A Drefclock_msfees.c23 #include <sgtty.h>
/freebsd-11.0-release/contrib/less/
H A Dscreen.c53 #include <sgtty.h>
/freebsd-11.0-release/crypto/heimdal/
H A Dconfigure25906 sgtty.h \

Completed in 366 milliseconds