Searched refs:DBG_EXTRAS (Results 1 - 1 of 1) sorted by last modified time

/netbsd-current/bin/sh/
H A Dshell.h100 * used with DBG_EXTRAS(), and causes problems with verbose option naming.
103 #define DBG_EXTRAS(n) ((DBG_VBOSE_SHIFT * 2) + (n)) macro
194 /* DBG_EXTRAS 0 .. 9 (max) only - non-alpha options (no VTRACE !!) */
195 #define DBG_U0 (1LL << DBG_EXTRAS(0)) /* 0 - ad-hoc extra flags */
196 #define DBG_U1 (1LL << DBG_EXTRAS(1)) /* 1 - for short term */
197 #define DBG_U2 (1LL << DBG_EXTRAS(2)) /* 2 - extra tracing */
198 #define DBG_U3 (1LL << DBG_EXTRAS(3)) /* 3 - when needed */
200 #define DBG_LINE (1LL << DBG_EXTRAS(7)) /* @ ($LINENO) */
201 #define DBG_PID (1LL << DBG_EXTRAS(8)) /* $ ($$) */
202 #define DBG_NEST (1LL << DBG_EXTRAS(
[all...]

Completed in 125 milliseconds