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

/freebsd-13-stable/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-13-stable/contrib/ntp/include/
H A Dntp_tty.h30 #include <sgtty.h>
/freebsd-13-stable/contrib/tcsh/
H A Dsh.file.c132 struct sgttyb sgtty;
143 (void) ioctl(SHIN, TIOCGETP, (ioctl_t) & sgtty);
144 if (sgtty.sg_flags & (RAW | CBREAK)) {
145 sgtty.sg_flags &= ~(RAW | CBREAK);
146 (void) ioctl(SHIN, TIOCSETP, (ioctl_t) & sgtty);
H A Dmi.termios.c1 /* termios.c - fake termios interface using sgtty interface
10 /* Undefine everything that clashes with sgtty.h. */
42 #include <sgtty.h>
86 /* The speed encodings in sgtty.h and termios.h are different. Both are
H A Dsh.h293 # include <sgtty.h>
/freebsd-13-stable/contrib/telnet/telnetd/
H A Ddefs.h91 #include <sgtty.h>
/freebsd-13-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c127 # include <sgtty.h>
/freebsd-13-stable/contrib/ntp/clockstuff/
H A Dchutest.c30 # include <sgtty.h>
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_arc.c362 #include <sgtty.h>
H A Drefclock_msfees.c23 #include <sgtty.h>
/freebsd-13-stable/contrib/less/
H A Dscreen.c66 #include <sgtty.h>
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure25906 sgtty.h \

Completed in 278 milliseconds