Searched refs:num_in_fnames (Results 1 – 5 of 5) sorted by relevance
86 extern unsigned num_in_fnames;
116 unsigned num_in_fnames; variable375 num_in_fnames++; in add_input_filename()376 in_fnames = xrealloc (in_fnames, num_in_fnames * sizeof (in_fnames[0])); in add_input_filename()377 in_fnames[num_in_fnames - 1] = filename; in add_input_filename()
1021 if (num_in_fnames > 1) in c_common_post_options()1087 if (num_in_fnames > 1) in c_common_post_options()1192 if (++i >= num_in_fnames) in c_common_parse_file()
2845 if (num_in_fnames == 1) in c_common_get_alias_set()
840 if (scope == file_scope && num_in_fnames > 1) in pop_scope()