Searched refs:g_displayLevel (Results 1 – 1 of 1) sorted by relevance
94 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }95 static int g_displayLevel = 2; variable267 if ((FUZ_GetMilliSpan(g_time) > g_refreshRate) || (g_displayLevel>=3)) in FUZ_displayUpdate()271 if (g_displayLevel>=3) fflush(stdout); in FUZ_displayUpdate()290 …fine FUZ_DISPLAYTEST { testNb++; g_displayLevel<3 ? 0 : printf("%2u\b\b", testNb); if (g_… in FUZ_test()1076 … if (!strcmp(argument, "--no-prompt")) { pause=0; seedset=1; g_displayLevel=1; continue; } in main()1088 g_displayLevel=4; in main()