Home
last modified time | relevance | path

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

/NextBSD/gnu/lib/libreadline/
HDconfig.h100 #define HAVE_TCGETATTR 1 macro
254 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
/NextBSD/contrib/ncurses/include/
HDedit_cfg.sh43 HAVE_TCGETATTR \
HDnc_termios.h38 #if HAVE_TERMIOS_H && HAVE_TCGETATTR
HDncurses_defs146 HAVE_TCGETATTR
HDMKterm.h.awk.in82 print "/* #if HAVE_TERMIOS_H && HAVE_TCGETATTR */"
83 print "#if @HAVE_TERMIOS_H@ && @HAVE_TCGETATTR@"
/NextBSD/usr.bin/svn/
HDsvn_private_config.h83 #define HAVE_TCGETATTR 1 macro
/NextBSD/lib/ncurses/ncurses/
HDncurses_cfg.h158 #define HAVE_TCGETATTR 1 macro
HDMakefile53 HAVE_TCGETATTR= 1 macro
413 -e "/@HAVE_TCGETATTR@/s%%${HAVE_TCGETATTR}%" \
/NextBSD/contrib/libreadline/
HDconfig.h.in98 #undef HAVE_TCGETATTR
252 #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
/NextBSD/contrib/subversion/subversion/
HDsvn_private_config.h.in80 #undef HAVE_TCGETATTR
/NextBSD/contrib/ncurses/
HDconfigure.in1900 CF_SUBST_IF(["x$cf_cv_have_tcgetattr" = xyes], HAVE_TCGETATTR, 1, 0)
HDconfigure21754 s,@HAVE_TCGETATTR@,$HAVE_TCGETATTR,;t t
HDaclocal.m41773 test "$cf_cv_have_tcgetattr" = yes && AC_DEFINE(HAVE_TCGETATTR,1,[Define to 1 if we have tcgetattr])