Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c59 NCURSES_PUBLIC_VAR(_nc_tputs_trace) (void) in NCURSES_PUBLIC_VAR() argument
85 NCURSES_EXPORT_VAR(const char *) _nc_tputs_trace = "";
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c297 if (_nc_tputs_trace) { in NCURSES_SP_NAME()
298 _tracef("tputs(%s = %s, %d, %s) called", _nc_tputs_trace, in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1799 #define TPUTS_TRACE(s) _nc_tputs_trace = s;
1880 NCURSES_WRAPPED_VAR(const char *, _nc_tputs_trace);
1882 #define _nc_tputs_trace NCURSES_PUBLIC_VAR(_nc_tputs_trace()) macro
1886 extern NCURSES_EXPORT_VAR(const char *) _nc_tputs_trace;
H A Dllib-ltinfo1019 #undef _nc_tputs_trace
1020 const char *_nc_tputs_trace = {0};
H A Dllib-ltinfow1041 #undef _nc_tputs_trace
1042 const char *_nc_tputs_trace = {0};
H A Dllib-lncurses3748 #undef _nc_tputs_trace
3749 const char *_nc_tputs_trace = {0};
H A Dllib-lncursesw4697 #undef _nc_tputs_trace
4698 const char *_nc_tputs_trace = {0};
/freebsd/contrib/ncurses/misc/
H A Dncurses.ref538 "_nc_tputs_trace" @1011 NONAME
/freebsd/contrib/ncurses/
H A DNEWS6122 + for the reentrant model, move _nc_tputs_trace and _nc_outchars into