Searched refs:current_max_scs (Results 1 – 3 of 3) sorted by relevance
222 current_max_scs += MAX_SCS_INCREMENT; in scextend()226 scset = reallocate_integer_array (scset, current_max_scs); in scextend()227 scbol = reallocate_integer_array (scbol, current_max_scs); in scextend()228 scxclu = reallocate_integer_array (scxclu, current_max_scs); in scextend()229 sceof = reallocate_integer_array (sceof, current_max_scs); in scextend()230 scname = reallocate_char_ptr_array (scname, current_max_scs); in scextend()245 if (++lastsc >= current_max_scs)
85 int current_max_scs; variable843 current_max_scs);1732 current_max_scs = INITIAL_MAX_SCS; in set_up_initial_allocations()1733 scset = allocate_integer_array (current_max_scs); in set_up_initial_allocations()1734 scbol = allocate_integer_array (current_max_scs); in set_up_initial_allocations()1735 scxclu = allocate_integer_array (current_max_scs); in set_up_initial_allocations()1736 sceof = allocate_integer_array (current_max_scs); in set_up_initial_allocations()1737 scname = allocate_char_ptr_array (current_max_scs); in set_up_initial_allocations()
590 extern int current_max_scs;