OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_NOPRINT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
options.h
90
#define
OPT_NOPRINT
0x40000000 /* don't print this option at all */
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
)
1943
find_option("unset")->flags |=
OPT_NOPRINT
;
1950
curopt->flags &= ~
OPT_NOPRINT
;
2015
find_option("set")->flags |=
OPT_NOPRINT
;
2022
curopt->flags &= ~
OPT_NOPRINT
;
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026