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