Lines Matching refs:n_switches_alloc
3420 static int n_switches_alloc; variable
3674 if (n_switches_alloc == 0) in alloc_switch()
3676 n_switches_alloc = 16; in alloc_switch()
3677 switches = XNEWVEC (struct switchstr, n_switches_alloc); in alloc_switch()
3679 else if (n_switches_alloc == n_switches) in alloc_switch()
3681 n_switches_alloc *= 2; in alloc_switch()
3682 switches = XRESIZEVEC (struct switchstr, switches, n_switches_alloc); in alloc_switch()
7782 n_switches_alloc_debug_check[1] = n_switches_alloc; in set_up_specs()
7784 n_switches_alloc); in set_up_specs()
7788 n_switches_alloc_debug_check[0] = n_switches_alloc; in set_up_specs()
7792 n_switches_alloc = n_switches_alloc_debug_check[1]; in set_up_specs()
7808 n_switches_alloc_debug_check[1] = n_switches_alloc; in set_up_specs()
7812 n_switches_alloc = n_switches_debug_check[0]; in set_up_specs()
8214 n_switches_alloc = n_switches_alloc_debug_check[1]; in do_spec_on_infiles()
8221 n_switches_alloc = n_switches_alloc_debug_check[0]; in do_spec_on_infiles()
10240 n_switches_alloc = 0; in finalize()