Searched refs:OPT_NOPRINT (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | options.c | 269 "Take options from a file", OPT_NOPRINT }, 271 "Take options from a privileged file", OPT_NOPRINT }, 341 OPT_A2PRINTER | OPT_NOPRINT, (void *)user_setprint }, 344 OPT_A2PRINTER | OPT_NOPRINT, (void *)user_unsetprint }, 422 { "noipx", o_bool, &noipx_opt, NULL, OPT_NOPRINT | 1 }, 1066 if (opt->flags & OPT_NOPRINT) in print_option() 1943 find_option("unset")->flags |= OPT_NOPRINT; in user_setenv() 1950 curopt->flags &= ~OPT_NOPRINT; in user_setenv() 2015 find_option("set")->flags |= OPT_NOPRINT; in user_unsetenv() 2022 curopt->flags &= ~OPT_NOPRINT; in user_unsetenv()
|
| D | options.h | 90 #define OPT_NOPRINT 0x40000000 /* don't print this option at all */ macro
|