Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/include/
HDtic.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
/dragonfly/sys/dev/raid/hptmv/
HDMakefile33 .if defined(DEBUG_LEVEL)
34 DEBUGOPT += -DDEBUG_LEVEL=${DEBUG_LEVEL}
HDentry.c63 #ifdef DEBUG_LEVEL
64 int hpt_dbg_level = DEBUG_LEVEL;
/dragonfly/contrib/ncurses/ncurses/tinfo/
HDcomp_scan.c720 if (_nc_tracing >= DEBUG_LEVEL(8)) { in _nc_get_token()
725 if (_nc_tracing >= DEBUG_LEVEL(7)) { in _nc_get_token()
HDparse_entry.c427 if (_nc_tracing >= DEBUG_LEVEL(1)) { in _nc_parse_entry()
/dragonfly/contrib/ncurses/ncurses/trace/
HDlib_trace.c182 if (fp == 0 && !MyInit && _nc_tracing >= DEBUG_LEVEL(1)) in _nc_va_tracef()
/dragonfly/contrib/ncurses/progs/
HDtic.c2559 if (_nc_tracing >= DEBUG_LEVEL(level)) { in show_where()