Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dcreate.make52 if [ -f /usr/include/sgtty.h ]
54 sgtty="TRUE"
56 sgtty=""
187 if [ -z "$termio" -a -z "$sgtty" ]
/freebsd/contrib/tcsh/
H A Dsh.file.c132 struct sgttyb sgtty; in setup_tty()
143 (void) ioctl(SHIN, TIOCGETP, (ioctl_t) & sgtty); in setup_tty()
144 if (sgtty.sg_flags & (RAW | CBREAK)) { in setup_tty()
145 sgtty.sg_flags &= ~(RAW | CBREAK); in setup_tty()
146 (void) ioctl(SHIN, TIOCSETP, (ioctl_t) & sgtty); in setup_tty()
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42090 AC_CACHE_CHECK([termios vs. termio vs. sgtty], tcl_cv_api_serial, [
2118 #include <sgtty.h>
2128 }]])],[tcl_cv_api_serial=sgtty],[tcl_cv_api_serial=no],[tcl_cv_api_serial=no])
2163 #include <sgtty.h>
2175 }]])],[tcl_cv_api_serial=sgtty],[tcl_cv_api_serial=none],[tcl_cv_api_serial=none])
2180 sgtty) AC_DEFINE(USE_SGTTY, 1, [Use the sgtty API for serial lines]);;
/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in158 print "#include <sgtty.h>"
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in782 /* Define to 1 if you have the <sgtty.h> header file. */
/freebsd/contrib/ntp/
H A Dconfig.h.in838 /* Define to 1 if you have the <sgtty.h> header file. */
H A Dconfigure.ac299 AC_CHECK_HEADERS([sgtty.h stdatomic.h])
H A DCommitLog-4.1.04008 * ntpd/refclock_leitch.c (sgtty.h, termios.h, termio.h): Do not
/freebsd/crypto/heimdal/
H A DChangeLog.19981958 * lib/editline/sysunix.c: sgtty-support from Luke Howard
H A Dconfigure25906 sgtty.h \
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc244 includes <termios.h>, <termio.h>, or <sgtty.h> depending on your
/freebsd/
H A DObsoleteFiles.inc16998 # 20080725: sgtty.h removed
16999 OLD_FILES+=usr/include/sgtty.h
17034 # 20080614: sgtty removed
/freebsd/contrib/ncurses/
H A DNEWS15657 * replacing sgtty stuff by termios stuff.