OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extra_options
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
auth.c
165
static struct wordlist *
extra_options
;
variable in typeref:struct:wordlist
956
if (
extra_options
) {
957
options_from_list(
extra_options
, 1);
958
free_wordlist(
extra_options
);
959
extra_options
= 0;
1954
* and leaves the following words in
extra_options
.
1973
if (
extra_options
!= NULL)
1974
free_wordlist(
extra_options
);
1975
extra_options
= opts;
options.c
222
static struct option_list *
extra_options
= NULL;
variable in typeref:struct:option_list
788
for (list =
extra_options
; list != NULL; list = list->next)
1043
list->next =
extra_options
;
1044
extra_options
= list;
1184
for (list =
extra_options
; list != NULL; list = list->next)
1292
for (list =
extra_options
; list != NULL; list = list->next)
auth.c
165
static struct wordlist *
extra_options
;
variable in typeref:struct:wordlist
956
if (
extra_options
) {
957
options_from_list(
extra_options
, 1);
958
free_wordlist(
extra_options
);
959
extra_options
= 0;
1954
* and leaves the following words in
extra_options
.
1973
if (
extra_options
!= NULL)
1974
free_wordlist(
extra_options
);
1975
extra_options
= opts;
options.c
222
static struct option_list *
extra_options
= NULL;
variable in typeref:struct:option_list
788
for (list =
extra_options
; list != NULL; list = list->next)
1043
list->next =
extra_options
;
1044
extra_options
= list;
1184
for (list =
extra_options
; list != NULL; list = list->next)
1292
for (list =
extra_options
; list != NULL; list = list->next)
Completed in 49 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026