Lines Matching refs:show_details
36 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0)
41 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0)
94 int show_details;
178 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"),
1004 if (g->p.show_details >= 0)
1016 int details = g->p.show_details;
1218 if (g->p.show_details >= 3) {
1250 if (g->p.show_details < 0)
1310 if (g->p.show_quiet && !g->p.show_details)
1311 g->p.show_details = -1;