Searched refs:input_stat_set (Results 1 – 2 of 2) sorted by relevance
4430 static int input_stat_set; variable4947 if (input_stat_set == 0) in do_spec_1()4949 input_stat_set = stat (input_filename, &input_stat); in do_spec_1()4950 if (input_stat_set >= 0) in do_spec_1()4951 input_stat_set = 1; in do_spec_1()4958 if (input_stat_set != 1 in do_spec_1()6142 input_stat_set = 0; in set_input()
1772 * gcc.c: Add static globals input_stat and input_stat_set.1775 (set_input): Reset input_stat_set for each new file.