Home | History | Annotate | Download | only in src

Lines Matching defs:CTL_DEBUG

481 #define CTL_DEBUG            (CTL_FULLBINCODE|CTL_INFO)  /* For setting */
482 #define CTL_ANYINFO (CTL_DEBUG|CTL_BINCODE|CTL_CALLOUT_INFO)
618 { "debug", MOD_PAT, MOD_CTL, CTL_DEBUG, PO(control) },
8312 else if (strcmp(arg, "-d") == 0) def_patctl.control |= CTL_DEBUG;