Home | History | Annotate | Download | only in programs

Lines Matching refs:DISPLAYLEVEL

94 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }