Home
last modified time | relevance | path

Searched refs:TR (Results 1 – 25 of 107) sorted by relevance

12345

/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dtrim_sgr0.c108 TR(TRACE_DATABASE, ("rewrite:\n\t%s", s)); in rewrite_sgr()
113 TR(TRACE_DATABASE, ("to:\n\t%s", s)); in rewrite_sgr()
130 TR(TRACE_DATABASE, ("similar_sgr:\n\t%s\n\t%s", in similar_sgr()
149 TR(TRACE_DATABASE, ("...similar_sgr: %d\n\t%s\n\t%s", result, in similar_sgr()
158 TR(TRACE_DATABASE, ("chop_out %d..%d from %s", i, j, _nc_visbuf(string))); in chop_out()
242 TR(TRACE_DATABASE, ("checking if we can trim sgr0 based on sgr")); in _nc_trim_sgr0()
243 TR(TRACE_DATABASE, ("sgr0 %s", _nc_visbuf(end))); in _nc_trim_sgr0()
244 TR(TRACE_DATABASE, ("sgr(9:off) %s", _nc_visbuf(off))); in _nc_trim_sgr0()
245 TR(TRACE_DATABASE, ("sgr(9:on) %s", _nc_visbuf(on))); in _nc_trim_sgr0()
253 TR(TRACE_DATABASE, ("adjusting sgr(9:off) : %s", _nc_visbuf(off))); in _nc_trim_sgr0()
[all …]
Dread_entry.c61 TR(TRACE_DATABASE, ("get Numbers[%d]=%d", i, Numbers[i])); in convert_shorts()
80 TR(TRACE_DATABASE, ("Strings[%d] = %s", i, _nc_visbuf(Strings[i]))); in convert_strings()
130 TR(TRACE_DATABASE, ("READ termtype header @%d", offset)); in _nc_read_termtype()
146 TR(TRACE_DATABASE, in _nc_read_termtype()
230 TR(TRACE_DATABASE, ("READ extended_header @%d", offset)); in _nc_read_termtype()
258 TR(TRACE_DATABASE, ("extended header is %d/%d/%d(%d:%d)", in _nc_read_termtype()
262 TR(TRACE_DATABASE, ("READ %d extended-booleans @%d", in _nc_read_termtype()
271 TR(TRACE_DATABASE, ("READ %d extended-numbers @%d", in _nc_read_termtype()
276 TR(TRACE_DATABASE, ("Before converting extended-numbers")); in _nc_read_termtype()
280 TR(TRACE_DATABASE, ("READ extended-offsets @%d", offset)); in _nc_read_termtype()
[all …]
/freebsd-9-stable/contrib/ncurses/ncurses/tty/
Dhardscroll.c160 # undef TR
161 # define TR(n, a) if (_nc_tracing & (n)) { _tracef a ; putchar('\n'); } macro
191 TR(TRACE_ICALLS, (T_CALLED("_nc_scroll_optimize"))); in _nc_scroll_optimize()
231 TR(TRACE_UPDATE | TRACE_MOVE, ("scroll [%d, %d] by %d", start, end, shift)); in _nc_scroll_optimize()
234 TR(TRACE_UPDATE | TRACE_MOVE, ("unable to scroll")); in _nc_scroll_optimize()
255 TR(TRACE_UPDATE | TRACE_MOVE, ("scroll [%d, %d] by %d", start, end, shift)); in _nc_scroll_optimize()
258 TR(TRACE_UPDATE | TRACE_MOVE, ("unable to scroll")); in _nc_scroll_optimize()
263 TR(TRACE_ICALLS, (T_RETURN(""))); in _nc_scroll_optimize()
280 TR(TRACE_UPDATE | TRACE_MOVE, (buf)); in _nc_linedump()
Dtty_update.c177 TR(TRACE_MOVE, ("GoTo(%d, %d) from (%d, %d)", in GoTo()
195 TR(TRACE_CHARPUT, ("PutAttrChar(%s) at (%d, %d)", in PutAttrChar()
203 TR(TRACE_CHARPUT, ("...skip")); in PutAttrChar()
237 TR(TRACE_CHARPUT, ("forced to blank")); in PutAttrChar()
420 TR(TRACE_CHARPUT, ("turning off (%#lx) %s before wrapping", in wrap_cursor()
495 TR(TRACE_CHARPUT, ("EmitRange %d:%s", num, _nc_viscbuf(ntext, num))); in EmitRange()
586 TR(TRACE_CHARPUT, ("PutRange(%p, %p, %d, %d, %d)", in PutRange()
711 TR(TRACE_ATTRS, ("At (%d, %d): from %s...", i, j, _traceattr(rattr))); in doupdate()
712 TR(TRACE_ATTRS, ("...to %s", _traceattr(turnon))); in doupdate()
732 TR(TRACE_ATTRS, ("No room at start in %d,%d%s%s", in doupdate()
[all …]
Dlib_vidattr.c82 TR(TRACE_ATTRS, ("old pair = %d -- new pair = %d", old_pair, pair)); \
112 TR(TRACE_ATTRS, ("previous attribute was %s", _traceattr(PreviousAttr))); in NCURSES_EXPORT()
153 TR(TRACE_ATTRS, ("suppressed attribute is %s", _traceattr(newmode))); in NCURSES_EXPORT()
240 TR(TRACE_ATTRS, ("turning %s off", _traceattr(turn_off))); in NCURSES_EXPORT()
259 TR(TRACE_ATTRS, ("turning %s on", _traceattr(turn_on))); in NCURSES_EXPORT()
Dhashmap.c78 # undef TR
79 # define TR(n, a) if (_nc_tracing & (n)) { _tracef a ; putchar('\n'); } macro
232 TR(TRACE_UPDATE | TRACE_MOVE, in grow_hunks()
236 TR(TRACE_UPDATE | TRACE_MOVE, in grow_hunks()
252 TR(TRACE_UPDATE | TRACE_MOVE, in grow_hunks()
256 TR(TRACE_UPDATE | TRACE_MOVE, in grow_hunks()
357 TR(TRACE_UPDATE | TRACE_MOVE, in _nc_hash_map()
/freebsd-9-stable/contrib/nvi/ip_cl/
Dip_cl.c307 #ifdef TR
315 #ifdef TR
324 #ifdef TR
338 #ifdef TR
344 #ifdef TR
354 #ifdef TR
360 #ifdef TR
366 #ifdef TR
372 #ifdef TR
378 #ifdef TR
[all …]
/freebsd-9-stable/contrib/ncurses/ncurses/base/
Dlib_getch.c122 TR(TRACE_IEVENT, ("peeking at %d", peek)); in fifo_peek()
133 TR(TRACE_IEVENT, ("pulling %s from %d", _nc_tracechar(sp, ch), head)); in fifo_pull()
228 TR(TRACE_IEVENT, ("read(%d,&ch,1)=%d, errno=%d", sp->_ifd, n, errno)); in fifo_push()
231 TR(TRACE_IEVENT, ("read %d characters", n)); in fifo_push()
238 TR(TRACE_IEVENT, ("pushed %s at %d", _nc_tracechar(sp, ch), tail)); in fifo_push()
357 TR(TRACE_IEVENT, ("filling queue in cooked mode")); in _nc_wgetch()
389 TR(TRACE_IEVENT, ("timed delay in wgetch()")); in _nc_wgetch()
400 TR(TRACE_IEVENT, ("delay is %d milliseconds", delay)); in _nc_wgetch()
593 TR(TRACE_IEVENT, ("kgetch() called")); in kgetch()
626 TR(TRACE_IEVENT, ("ch: %s", _nc_tracechar(sp, (unsigned char) ch))); in kgetch()
[all …]
Dlib_scroll.c60 TR(TRACE_MOVE, ("_nc_scroll_window(%p, %d, %ld, %ld)", in NCURSES_EXPORT()
66 TR(TRACE_MOVE, ("nothing to scroll")); in NCURSES_EXPORT()
85 TR(TRACE_MOVE, ("...copying %d to %d", line + n, line)); in NCURSES_EXPORT()
93 TR(TRACE_MOVE, ("...filling %d", line)); in NCURSES_EXPORT()
122 TR(TRACE_VIRTPUT, in NCURSES_EXPORT()
126 TR(TRACE_VIRTPUT, ("scrolled working position to %d,%d", in NCURSES_EXPORT()
141 TR(TRACE_MOVE, ("...scrollok is false")); in wscrl()
Dlib_addch.c90 TR(TRACE_VIRTPUT, in render_char()
116 TR(TRACE_VIRTPUT, ("Alert! Win=%p _curx = %d, _cury = %d " \
204 TR(TRACE_VIRTPUT, in _nc_build_wch()
230 TR(TRACE_VIRTPUT, ("Alert! mbrtowc returns error")); in _nc_build_wch()
304 TR(TRACE_VIRTPUT, in waddch_literal()
320 TR(TRACE_VIRTPUT, ("character will not fit")); in waddch_literal()
324 TR(TRACE_VIRTPUT, ("fill %d remaining cells", count)); in waddch_literal()
344 TR(TRACE_VIRTPUT, ("fill %d orphan cells", j)); in waddch_literal()
358 TR(TRACE_VIRTPUT, ("multicolumn %d:%d (%d,%d)", in waddch_literal()
380 TR(TRACE_VIRTPUT, ("cell (%ld, %ld..%d) = %s", in waddch_literal()
[all …]
Dlib_addstr.c58 TR(TRACE_VIRTPUT | TRACE_ATTRS, in NCURSES_EXPORT()
64 TR(TRACE_VIRTPUT, ("str is not null, length = %d", n)); in NCURSES_EXPORT()
67 TR(TRACE_VIRTPUT, ("*str = %#o", UChar(*str))); in NCURSES_EXPORT()
76 TR(TRACE_VIRTPUT, ("waddnstr returns %d", code)); in NCURSES_EXPORT()
223 TR(TRACE_VIRTPUT | TRACE_ATTRS, in waddnwstr()
229 TR(TRACE_VIRTPUT, ("str is not null, length = %d", n)); in waddnwstr()
232 TR(TRACE_VIRTPUT, ("*str[0] = %#lx", (unsigned long) *str)); in waddnwstr()
241 TR(TRACE_VIRTPUT, ("waddnwstr returns %d", code)); in waddnwstr()
Dlib_slkcolor.c50 TR(TRACE_ATTRS, ("... current is %s", _tracech_t(CHREF(SP->_slk->attr)))); in NCURSES_EXPORT()
52 TR(TRACE_ATTRS, ("new attribute is %s", _tracech_t(CHREF(SP->_slk->attr)))); in NCURSES_EXPORT()
Dlib_slkatrof.c49 TR(TRACE_ATTRS, ("... current %s", _tracech_t(CHREF(SP->_slk->attr)))); in NCURSES_EXPORT()
54 TR(TRACE_ATTRS, ("new attribute is %s", _tracech_t(CHREF(SP->_slk->attr)))); in NCURSES_EXPORT()
Dlib_slkatron.c49 TR(TRACE_ATTRS, ("... current %s", _tracech_t(CHREF(SP->_slk->attr)))); in NCURSES_EXPORT()
54 TR(TRACE_ATTRS, ("new attribute is %s", _tracech_t(CHREF(SP->_slk->attr)))); in NCURSES_EXPORT()
Dlib_slkatr_set.c50 TR(TRACE_ATTRS, ("... current %s", _tracech_t(CHREF(SP->_slk->attr)))); in NCURSES_EXPORT()
55 TR(TRACE_ATTRS, ("new attribute is %s", _tracech_t(CHREF(SP->_slk->attr)))); in NCURSES_EXPORT()
Dlib_mouse.c648 TR(MY_TRACE, ("_nc_mouse_init() called")); in _nc_mouse_init()
777 TR(MY_TRACE, ("_nc_mouse_inline() called")); in _nc_mouse_inline()
830 TR(TRACE_IEVENT, in _nc_mouse_inline()
911 TR(MY_TRACE, in _nc_mouse_inline()
1011 TR(MY_TRACE, ("_nc_mouse_parse(%d) called", runcount)); in _nc_mouse_parse()
1035 TR(MY_TRACE, in _nc_mouse_parse()
1192 TR(MY_TRACE, in _nc_mouse_parse()
1206 TR(MY_TRACE, ("_nc_mouse_wrap() called")); in _nc_mouse_wrap()
1234 TR(MY_TRACE, ("_nc_mouse_resume() called")); in _nc_mouse_resume()
1280 TR(TRACE_IEVENT, ("getmouse: returning event %s from slot %ld", in _nc_getmouse()
/freebsd-9-stable/contrib/bsnmp/lib/
Dsnmpagent.c87 #define TR(W) (snmp_trace & SNMP_TRACE_##W) macro
119 if (TR(FIND)) in find_node()
135 if (TR(FIND)) in find_node()
145 if (TR(FIND)) in find_node()
150 if (TR(FIND)) in find_node()
222 if (TR(GET)) in snmp_get()
229 if (TR(GET)) in snmp_get()
238 if (TR(GET)) in snmp_get()
248 if (TR(GET)) in snmp_get()
270 if (TR(GET)) in snmp_get()
[all …]
/freebsd-9-stable/contrib/ncurses/ncurses/widechar/
Dlib_cchar.c57 TR(TRACE_CCALLS, (T_CALLED("setcchar(%p,%s,%lu,%d,%p)"), in NCURSES_EXPORT()
86 TR(TRACE_CCALLS, ("copy %d wchars, first is %s", len, in NCURSES_EXPORT()
91 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT()
106 TR(TRACE_CCALLS, (T_CALLED("getcchar(%p,%p,%p,%p,%p)"), in getcchar()
127 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in getcchar()
Dlib_add_wch.c47 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_CALLED("wadd_wch(%p, %s)"), win, in NCURSES_EXPORT()
73 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT()
84 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_CALLED("wecho_wchar(%p, %s)"), win, in wecho_wchar()
111 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in wecho_wchar()
Dlib_in_wch.c50 TR(TRACE_CCALLS, (T_CALLED("win_wch(%p,%p)"), win, wcval)); in NCURSES_EXPORT()
56 TR(TRACE_CCALLS, ("data %s", _tracecchar_t(wcval))); in NCURSES_EXPORT()
60 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT()
Dlib_vid_attr.c49 TR(TRACE_ATTRS, ("old pair = %d -- new pair = %d", old_pair, pair)); \
84 TR(TRACE_ATTRS, ("previous attribute was %s, %d", in NCURSES_EXPORT()
178 TR(TRACE_ATTRS, ("turning %s off", _traceattr(turn_off))); in NCURSES_EXPORT()
198 TR(TRACE_ATTRS, ("turning %s on", _traceattr(turn_on))); in NCURSES_EXPORT()
/freebsd-9-stable/contrib/bmake/mk/
Dhost-target.mk29 TR ?= tr
30 toLower = ${TR} 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'
31 toUpper = ${TR} 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
/freebsd-9-stable/contrib/bmake/
Dos.sh73 ${TR:-tr} abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
77 ${TR:-tr} ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
207 TR=${TR:-tr}
217 export LN SHARE_ARCH TR
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DBoolAssignmentChecker.cpp58 const TypedValueRegion *TR = in checkBind() local
61 if (!TR) in checkBind()
64 QualType valTy = TR->getValueType(); in checkBind()
/freebsd-9-stable/usr.sbin/diskinfo/
Ddiskinfo.c222 TR(double count) in TR() function
326 TR(bulk * 1024); in speeddisk()
335 TR(bulk * 1024); in speeddisk()
344 TR(bulk * 1024); in speeddisk()

12345