Searched refs:preprocessor_options (Results 1 – 1 of 1) sorted by relevance
1053 static char **preprocessor_options; variable3260 if (! preprocessor_options) in add_preprocessor_option()3261 preprocessor_options = XNEWVEC (char *, n_preprocessor_options); in add_preprocessor_option()3263 preprocessor_options = xrealloc (preprocessor_options, in add_preprocessor_option()3266 preprocessor_options [n_preprocessor_options - 1] = in add_preprocessor_option()5194 do_spec_1 (preprocessor_options[i], 1, NULL); in do_spec_1()