Searched refs:preprocessor_options (Results 1 – 2 of 2) sorted by relevance
914 static char **preprocessor_options; variable3013 if (! preprocessor_options)3014 preprocessor_options3017 preprocessor_options3018 = (char **) xrealloc (preprocessor_options,3021 preprocessor_options [n_preprocessor_options - 1] =4758 do_spec_1 (preprocessor_options[i], 1, NULL);
1039 static char **preprocessor_options; variable3227 if (! preprocessor_options) in add_preprocessor_option()3228 preprocessor_options = XNEWVEC (char *, n_preprocessor_options); in add_preprocessor_option()3230 preprocessor_options = xrealloc (preprocessor_options, in add_preprocessor_option()3233 preprocessor_options [n_preprocessor_options - 1] = in add_preprocessor_option()5113 do_spec_1 (preprocessor_options[i], 1, NULL); in do_spec_1()