Lines Matching defs:show_details
50 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0)
56 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0)
112 int show_details;
196 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"),
1202 if (g->p.show_details >= 0)
1214 int details = g->p.show_details;
1429 if (g->p.show_details >= 3) {
1461 if (g->p.show_details < 0)
1531 if (quiet && !g->p.show_details)
1532 g->p.show_details = -1;
1771 if (g->p.show_details >= 2) {