Lines Matching refs:g_displayLevel
94 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
95 static int g_displayLevel = 0; /* 0 : no display ; 1: errors ; 2 : + result + interaction + warnings ; 3 : + progression; 4 : + information */
97 #define DISPLAYUPDATE(l, ...) if (g_displayLevel>=l) { \
99 || (g_displayLevel>=4) ) { \
102 if (g_displayLevel>=4) fflush(stderr); \
257 g_displayLevel = level;
258 return g_displayLevel;
359 if (g_displayLevel <= 1) { /* No interaction possible */
1709 if (g_displayLevel < 3) {
1731 if (g_displayLevel < 3) {
1748 } } } /* if (g_displayLevel < 3) */