OPT_VERBOSE
if (cmd_opts & OPT_VERBOSE)
if (cmd_opts & OPT_VERBOSE)
cmd_opts |= OPT_VERBOSE;
resolver(debug, cmd_opts & (OPT_VERBOSE | OPT_VERBOSE2 |
frontend(debug, cmd_opts & (OPT_VERBOSE | OPT_VERBOSE2 |
if (cmd_opts & OPT_VERBOSE)
log_setverbose(cmd_opts & (OPT_VERBOSE | OPT_VERBOSE2 | OPT_VERBOSE3));
pipe_main2resolver[1], debug, cmd_opts & (OPT_VERBOSE |
pipe_main2frontend[1], debug, cmd_opts & (OPT_VERBOSE |
if (verbose & OPT_VERBOSE)
case OPT_VERBOSE:
{"-v", OPT_VERBOSE, 0}
{"--verbose", OPT_VERBOSE, 0}
if (cmd_opts & OPT_VERBOSE)
if (cmd_opts & OPT_VERBOSE)
cmd_opts |= OPT_VERBOSE;
engine(debug, cmd_opts & OPT_VERBOSE);
frontend(debug, cmd_opts & OPT_VERBOSE);
if (cmd_opts & OPT_VERBOSE)
log_setverbose(cmd_opts & OPT_VERBOSE);
debug, cmd_opts & OPT_VERBOSE);
pipe_main2frontend[1], debug, cmd_opts & OPT_VERBOSE);
verbose |= OPT_VERBOSE;