Home
last modified time | relevance | path

Searched refs:HAVE_TCGETATTR (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ncurses/include/
H A Dedit_cfg.sh45 HAVE_TCGETATTR \
H A Dnc_termios.h41 #if HAVE_TERMIOS_H && HAVE_TCGETATTR
H A Dncurses_defs183 HAVE_TCGETATTR
H A DMKterm.h.awk.in126 print "/* #if HAVE_TERMIOS_H && HAVE_TCGETATTR */"
127 print "#if @HAVE_TERMIOS_H@ && @HAVE_TCGETATTR@"
/freebsd/lib/ncurses/tinfo/
H A Dncurses_cfg.h205 #define HAVE_TCGETATTR 1 macro
H A DMakefile50 HAVE_TCGETATTR= 1 macro
316 -e "/@HAVE_TCGETATTR@/s%%${HAVE_TCGETATTR}%" \
/freebsd/contrib/ncurses/
H A Dconfigure29233 HAVE_TCGETATTR=1
29235 HAVE_TCGETATTR=0
30284 s,@HAVE_TCGETATTR@,$HAVE_TCGETATTR,;t t
H A Dconfigure.in2376 CF_SUBST_IF(["x$cf_cv_have_tcgetattr" = xyes], HAVE_TCGETATTR, 1, 0)
H A Daclocal.m42895 test "$cf_cv_have_tcgetattr" = yes && AC_DEFINE(HAVE_TCGETATTR,1,[Define to 1 if we have tcgetattr])