Searched refs:n_preprocessor_options (Results 1 – 2 of 2) sorted by relevance
913 static int n_preprocessor_options; variable3011 n_preprocessor_options++;3015 = (char **) xmalloc (n_preprocessor_options * sizeof (char *));3019 n_preprocessor_options * sizeof (char *));3021 preprocessor_options [n_preprocessor_options - 1] =4756 for (i = 0; i < n_preprocessor_options; i++)
1038 static int n_preprocessor_options; variable3225 n_preprocessor_options++; in add_preprocessor_option()3228 preprocessor_options = XNEWVEC (char *, n_preprocessor_options); in add_preprocessor_option()3231 n_preprocessor_options * sizeof (char *)); in add_preprocessor_option()3233 preprocessor_options [n_preprocessor_options - 1] = in add_preprocessor_option()5111 for (i = 0; i < n_preprocessor_options; i++) in do_spec_1()