Home
last modified time | relevance | path

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

/dflybsd-src/contrib/ncurses/include/
H A Dtic.h135 #define DEBUG_LEVEL(n) ((n) << TRACE_SHIFT) macro
138 _nc_tracing &= DEBUG_LEVEL(MAX_DEBUG_LEVEL) \
139 + DEBUG_LEVEL(MAX_DEBUG_LEVEL) - 1, \
140 _nc_tracing |= DEBUG_LEVEL(n)
143 #define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a
/dflybsd-src/sys/dev/raid/hptmv/
H A DMakefile33 .if defined(DEBUG_LEVEL)
34 DEBUGOPT += -DDEBUG_LEVEL=${DEBUG_LEVEL}
H A Dentry.c63 #ifdef DEBUG_LEVEL
64 int hpt_dbg_level = DEBUG_LEVEL;
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c720 if (_nc_tracing >= DEBUG_LEVEL(8)) { in _nc_get_token()
725 if (_nc_tracing >= DEBUG_LEVEL(7)) { in _nc_get_token()
H A Dparse_entry.c427 if (_nc_tracing >= DEBUG_LEVEL(1)) { in _nc_parse_entry()
/dflybsd-src/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c182 if (fp == 0 && !MyInit && _nc_tracing >= DEBUG_LEVEL(1)) in _nc_va_tracef()
/dflybsd-src/contrib/ncurses/progs/
H A Dtic.c2559 if (_nc_tracing >= DEBUG_LEVEL(level)) { in show_where()