Searched refs:npe_debug (Results 1 – 2 of 2) sorted by relevance
165 static int npe_debug = 0; variable167 if (npe_debug) printf(fmt, __VA_ARGS__); \170 if (npe_debug >= n) printf(fmt, __VA_ARGS__); \
222 static int npe_debug; variable224 if (npe_debug) printf(fmt, __VA_ARGS__); \227 if (npe_debug >= n) printf(fmt, __VA_ARGS__); \