Home | History | Annotate | Download | only in pppd

Lines Matching refs:extra_options

154 static struct wordlist *extra_options;
817 if (extra_options) {
818 options_from_list(extra_options, 1);
819 free_wordlist(extra_options);
820 extra_options = 0;
2022 * and leaves the following words in extra_options.
2043 if (extra_options != NULL)
2044 free_wordlist(extra_options);
2045 extra_options = opts;