Home
last modified time | relevance | path

Searched refs:_tracef (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/ncurses/ncurses/trace/
H A Dtrace_xnames.c53 _tracef("extended names (%s) %d = %d+%d+%d of %d+%d+%d", in NCURSES_EXPORT()
63 _tracef("[%d] %s = %s", n, in NCURSES_EXPORT()
67 _tracef("[%d] %s = %d (num)", n, in NCURSES_EXPORT()
71 _tracef("[%d] %s = %d (bool)", n, in NCURSES_EXPORT()
H A Dtrace_tries.c59 _tracef("%5d: %s (%s)", tree->value, in recur_tries()
73 _tracef("BEGIN tries %p", (void *) tree); in _nc_trace_tries()
75 _tracef(". . . tries %p", (void *) tree); in _nc_trace_tries()
H A Dlib_trace.c168 _tracef("TRACING NCURSES version %s.%d (tracelevel=%#x)", in curses_trace()
175 _tracef("- %s (%u)", #mask, mask) in curses_trace()
180 _tracef("- %s (%u)", trace_names[bit].name, mask); in curses_trace()
188 _tracef("- DEBUG_LEVEL(%u)", tracelevel >> TRACE_SHIFT); in curses_trace()
199 _tracef("tracelevel=%#x", tracelevel); in curses_trace()
288 _tracef(const char *fmt, ...) in _tracef() function
H A Dlib_tracedmp.c100 _tracef("%s[%2d] %3ld%3ld ='%s'", in NCURSES_EXPORT()
125 _tracef("%*s[%2d]%*s='%s'", (int) strlen(name), in NCURSES_EXPORT()
153 _tracef("%*s[%2d]%*s='%s'", (int) strlen(name), in NCURSES_EXPORT()
173 _tracef("%*s%d[%2d]%*s='%s'", (int) strlen(name) - in NCURSES_EXPORT()
/freebsd/contrib/ncurses/panel/
H A Dpanel.c80 _tracef("%s id=%s b=%s a=%s y=%d x=%d", in _nc_dPanel()
100 _tracef("%s b=%s t=%s", s80, in _nc_dStack()
104 _tracef("pan id=%s", USER_PTR(pan->user, 1)); in _nc_dStack()
H A Dp_new.c53 _tracef("create :%s %p", name, (void *)result); in AllocPanel()
60 _tracef("create :user_ptr %p", pan->user)
H A Dpanel.priv.h69 # define dBug(x) _tracef x
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c762 _tracef("parsed %d.%d to %d.%d", in _nc_get_token()
769 _tracef("Token: Boolean; name='%s'", in _nc_get_token()
774 _tracef("Token: Number; name='%s', value=%d", in _nc_get_token()
780 _tracef("Token: String; name='%s', value=%s", in _nc_get_token()
786 _tracef("Token: Cancel; name='%s'", in _nc_get_token()
792 _tracef("Token: Names; value='%s'", in _nc_get_token()
797 _tracef("Token: End of file"); in _nc_get_token()
H A Dlib_acs.c235 _tracef("%s acs_chars %s", in NCURSES_SP_NAME()
238 _tracef("%s acs_chars %s", in NCURSES_SP_NAME()
H A Dlib_tputs.c304 _tracef("tputs(%s = %s, %d, %s) called", _nc_tputs_trace, in NCURSES_SP_NAME()
307 _tracef("tputs(%s, %d, %s) called", _nc_visbuf(string), affcnt, addrbuf); in NCURSES_SP_NAME()
H A Dlib_tparm.c747 _tracef("BUG: problem with tparm parameter #%d of %d", in tparm_trace_call()
754 _tracef(T_CALLED("%s(%s%s)"), TPS(tname), _nc_visbuf(string), TPS(out_buff)); in tparm_trace_call()
H A Dtinfo_driver.c1155 _tracef("%s acs_chars %s", in drv_initacs()
1158 _tracef("%s acs_chars %s", in drv_initacs()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dhardscroll.c160 # define _tracef printf macro
162 # define TR(n, a) if (_nc_tracing & (n)) { _tracef a ; putchar('\n'); }
H A Dhashmap.c81 # define _tracef printf macro
84 # define TR(n, a) if (_nc_tracing & (n)) { _tracef a ; putchar('\n'); }
86 # define TR(n, a) { _tracef a ; putchar('\n'); }
H A Dtty_update.c166 _tracef("probe returned %s", _nc_visbuf(buf)); in position_check()
170 _tracef("position probe failed in %s", legend); in position_check()
183 _tracef("position seen (%d, %d) doesn't match expected one (%d, %d) in %s", in position_check()
186 _tracef("position matches OK in %s", legend); in position_check()
793 _tracef("curscr is clear"); in TINFO_DOUPDATE()
997 _tracef("After magic-cookie check..."); in TINFO_DOUPDATE()
/freebsd/contrib/ncurses/ncurses/base/
H A Dtries.c77 _tracef("expand_key %s %s", in NCURSES_EXPORT()
H A Dresizeterm.c81 _tracef("%s resizing: %p: %2d x %2d (%2d x %2d)", name, (void *) sp, in show_window_sizes()
86 _tracef(" window %p is %2ld x %2ld at %2ld,%2ld", in show_window_sizes()
H A Dlib_mouse.c216 _tracef("%s", tag); in _trace_slot()
219 _tracef("mouse event queue slot %ld = %s", in _trace_slot()
1566 _tracef("_nc_mouse_parse: run starts at %ld, ends at %ld, count %d", in _nc_mouse_parse()
1640 _tracef("_nc_mouse_parse: no valid event"); in _nc_mouse_parse()
1642 _tracef("_nc_mouse_parse: run starts at %ld, ends at %ld, count %d", in _nc_mouse_parse()
1744 _tracef("_nc_mouse_parse: run starts at %ld, ends at %ld, count %d", in _nc_mouse_parse()
/freebsd/contrib/ncurses/include/
H A Dtic.h143 #define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a
H A Dcurses.tail174 extern NCURSES_EXPORT(void) _tracef (const char *, ...) GCC_PRINTFLIKE(1,2);
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow1142 #undef _tracef
1143 void _tracef(
H A Dllib-ltinfo1120 #undef _tracef
1121 void _tracef(
H A Dllib-ltinfot1210 #undef _tracef
1211 void _tracef(
H A Dllib-ltinfotw1232 #undef _tracef
1233 void _tracef(
/freebsd/contrib/ncurses/misc/
H A Dncurses.ref388 "_tracef" @400 NONAME

12