| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | trim_sgr0.c | 108 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 …]
|
| D | read_entry.c | 61 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/ |
| D | hardscroll.c | 160 # 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()
|
| D | tty_update.c | 177 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 …]
|
| D | lib_vidattr.c | 82 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()
|
| D | hashmap.c | 78 # 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/ |
| D | ip_cl.c | 307 #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/ |
| D | lib_getch.c | 122 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 …]
|
| D | lib_scroll.c | 60 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()
|
| D | lib_addch.c | 90 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 …]
|
| D | lib_addstr.c | 58 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()
|
| D | lib_slkcolor.c | 50 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()
|
| D | lib_slkatrof.c | 49 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()
|
| D | lib_slkatron.c | 49 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()
|
| D | lib_slkatr_set.c | 50 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()
|
| D | lib_mouse.c | 648 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/ |
| D | snmpagent.c | 87 #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/ |
| D | lib_cchar.c | 57 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()
|
| D | lib_add_wch.c | 47 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()
|
| D | lib_in_wch.c | 50 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()
|
| D | lib_vid_attr.c | 49 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/ |
| D | host-target.mk | 29 TR ?= tr 30 toLower = ${TR} 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' 31 toUpper = ${TR} 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
| /freebsd-9-stable/contrib/bmake/ |
| D | os.sh | 73 ${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/ |
| D | BoolAssignmentChecker.cpp | 58 const TypedValueRegion *TR = in checkBind() local 61 if (!TR) in checkBind() 64 QualType valTy = TR->getValueType(); in checkBind()
|
| /freebsd-9-stable/usr.sbin/diskinfo/ |
| D | diskinfo.c | 222 TR(double count) in TR() function 326 TR(bulk * 1024); in speeddisk() 335 TR(bulk * 1024); in speeddisk() 344 TR(bulk * 1024); in speeddisk()
|