Home
last modified time | relevance | path

Searched refs:NCURSES_TPARM_VARARGS (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in351 print "#if @NCURSES_TPARM_VARARGS@ /* NCURSES_TPARM_VARARGS */"
383 print "#if @NCURSES_TPARM_VARARGS@ /* NCURSES_TPARM_VARARGS */"
H A Dnc_tparm.h58 #if NCURSES_TPARM_VARARGS
H A Dcurses.h.in210 #undef NCURSES_TPARM_VARARGS
211 #define NCURSES_TPARM_VARARGS @NCURSES_TPARM_VARARGS@ macro
906 #if NCURSES_TPARM_VARARGS
/freebsd/lib/ncurses/tinfo/
H A DMakefile37 NCURSES_TPARM_VARARGS= 1 macro
310 -e "/@NCURSES_TPARM_VARARGS@/s%%${NCURSES_TPARM_VARARGS}%" \
356 -e "/@NCURSES_TPARM_VARARGS@/s%%${NCURSES_TPARM_VARARGS}%" \
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c1157 #if NCURSES_TPARM_VARARGS
/freebsd/contrib/ncurses/
H A Dconfigure.in1030 NCURSES_TPARM_VARARGS=0
1031 test "x$with_tparm_varargs" = xyes && NCURSES_TPARM_VARARGS=1
1032 AC_SUBST(NCURSES_TPARM_VARARGS) subst
H A Dconfigure30153 s,@NCURSES_TPARM_VARARGS@,$NCURSES_TPARM_VARARGS,;t t