Lines Matching refs:extra_options
149 static struct wordlist *extra_options;
842 if (extra_options) {
843 options_from_list(extra_options, 1);
844 free_wordlist(extra_options);
845 extra_options = 0;
1832 * and leaves the following words in extra_options.
1853 if (extra_options != NULL)
1854 free_wordlist(extra_options);
1855 extra_options = opts;