PF_OPT_DEBUG
(PF_OPT_VERBOSE2|PF_OPT_DEBUG)))
opts |= PF_OPT_DEBUG;
!(opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG)))
if (opts & PF_OPT_DEBUG) {
if (!(opts & PF_OPT_DEBUG))
por->por_rule.anchor->name : "", PF_OPT_DEBUG);
int verbose = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG);
int verbose = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG);
if (opts & PF_OPT_DEBUG)
print_tstats(p, opts & PF_OPT_DEBUG);
opts & PF_OPT_DEBUG);