Searched refs:extra_options (Results 1 – 2 of 2) sorted by relevance
154 static struct wordlist *extra_options; variable817 if (extra_options) {818 options_from_list(extra_options, 1);819 free_wordlist(extra_options);820 extra_options = 0;2043 if (extra_options != NULL)2044 free_wordlist(extra_options);2045 extra_options = opts;
179 static struct option_list *extra_options = NULL; variable602 for (list = extra_options; list != NULL; list = list->next)849 list->next = extra_options;850 extra_options = list;1001 for (list = extra_options; list != NULL; list = list->next)