Lines Matching refs:n_switches
3412 static int n_switches; variable
3673 else if (n_switches_alloc == n_switches) in alloc_switch()
3688 switches[n_switches].part1 = opt + 1; in save_switch()
3690 switches[n_switches].args = 0; in save_switch()
3693 switches[n_switches].args = XNEWVEC (const char *, n_args + 1); in save_switch()
3694 memcpy (switches[n_switches].args, args, n_args * sizeof (const char *)); in save_switch()
3695 switches[n_switches].args[n_args] = NULL; in save_switch()
3698 switches[n_switches].live_cond = 0; in save_switch()
3699 switches[n_switches].validated = validated; in save_switch()
3700 switches[n_switches].known = known; in save_switch()
3701 switches[n_switches].ordering = 0; in save_switch()
3702 n_switches++; in save_switch()
4336 n_switches = 0; in process_command()
4784 switches[n_switches].part1 = 0; in process_command()
4804 for (i = 0; (int) i < n_switches; i++) in set_collect_gcc_options()
5094 for (i = 0; i < n_switches; i++) in do_self_spec()
5161 switches[n_switches].part1 = 0; in do_self_spec()
5997 for (i = 0; i < n_switches; i++) in do_spec_1()
6303 for (i = 0; i < n_switches; i++) in switch_matches()
6337 for (i = 0; i < n_switches; i++) in mark_matching_switches()
6351 for (i = 0; i < n_switches; i++) in process_marked_switches()
6638 for (i = 0; i < n_switches; i++) in process_brace_body()
6694 for (i = switchnum + 1; i < n_switches; i++) in check_live_switch()
6707 for (i = switchnum + 1; i < n_switches; i++) in check_live_switch()
6721 for (i = switchnum + 1; i < n_switches; i++) in check_live_switch()
7756 n_switches_debug_check[1] = n_switches; in set_up_specs()
7762 n_switches_debug_check[0] = n_switches; in set_up_specs()
7766 n_switches = n_switches_debug_check[1]; in set_up_specs()
7782 n_switches_debug_check[1] = n_switches; in set_up_specs()
7786 n_switches = n_switches_debug_check[0]; in set_up_specs()
7871 for (size_t i = 0; (int) i < n_switches; i++) in handle_unrecognized_options()
8188 n_switches = n_switches_debug_check[1]; in do_spec_on_infiles()
8195 n_switches = n_switches_debug_check[0]; in do_spec_on_infiles()
8554 for (i = 0; i < n_switches; i++) in validate_switches()
8680 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator()
8681 for (i = 0; i < n_switches; i++) in operator()
9546 for (i = 0; i < n_switches; i++) in version_compare_spec_function()
10205 n_switches = 0; in finalize()
10275 n_switches = 0; in driver_get_configure_time_options()
10281 for (i = 0; (int) i < n_switches; i++) in driver_get_configure_time_options()
10289 n_switches = 0; in driver_get_configure_time_options()