Searched refs:sgtty (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/ee/ |
H A D | create.make | 52 if [ -f /usr/include/sgtty.h ] 54 sgtty="TRUE" 56 sgtty="" 187 if [ -z "$termio" -a -z "$sgtty" ]
|
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 132 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 D | tcl.m4 | 2090 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 D | MKterm.h.awk.in | 158 print "#include <sgtty.h>"
|
/freebsd/crypto/heimdal/include/ |
H A D | config.h.in | 782 /* Define to 1 if you have the <sgtty.h> header file. */
|
/freebsd/contrib/ntp/ |
H A D | config.h.in | 838 /* Define to 1 if you have the <sgtty.h> header file. */
|
H A D | configure.ac | 299 AC_CHECK_HEADERS([sgtty.h stdatomic.h])
|
H A D | CommitLog-4.1.0 | 4008 * ntpd/refclock_leitch.c (sgtty.h, termios.h, termio.h): Do not
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1998 | 1958 * lib/editline/sysunix.c: sgtty-support from Luke Howard
|
H A D | configure | 25906 sgtty.h \
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 244 includes <termios.h>, <termio.h>, or <sgtty.h> depending on your
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 16998 # 20080725: sgtty.h removed 16999 OLD_FILES+=usr/include/sgtty.h 17034 # 20080614: sgtty removed
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 15657 * replacing sgtty stuff by termios stuff.
|