Searched refs:schizo_debug (Results 1 – 1 of 1) sorted by relevance
62 int schizo_debug = ~0; variable63 #define DPRINTF(l, s) do { if (schizo_debug & l) printf s; } while (0)