Searched refs:OPT_NOPRINT (Results 1 – 2 of 2) sorted by relevance
233 "Take options from a file", OPT_NOPRINT },235 "Take options from a privileged file", OPT_NOPRINT },297 OPT_A2PRINTER | OPT_NOPRINT, (void *)user_setprint },300 OPT_A2PRINTER | OPT_NOPRINT, (void *)user_unsetprint },912 if (opt->flags & OPT_NOPRINT)1693 find_option("unset")->flags |= OPT_NOPRINT;1700 curopt->flags &= ~OPT_NOPRINT;1765 find_option("set")->flags |= OPT_NOPRINT;1772 curopt->flags &= ~OPT_NOPRINT;
144 #define OPT_NOPRINT 0x40000000 /* don't print this option at all */ macro