Lines Matching refs:show_details
47 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0)
53 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0)
109 int show_details;
194 OPT_INCR ('d', "show_details" , &p0.show_details, "Show details"),
1100 if (g->p.show_details >= 0)
1112 int details = g->p.show_details;
1326 if (g->p.show_details >= 3) {
1358 if (g->p.show_details < 0)
1418 if (g->p.show_quiet && !g->p.show_details)
1419 g->p.show_details = -1;
1658 if (g->p.show_details >= 2) {