Lines Matching refs:allocate_integer_array

1730 	firstst = allocate_integer_array (current_mns);  in set_up_initial_allocations()
1731 lastst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1732 finalst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1733 transchar = allocate_integer_array (current_mns); in set_up_initial_allocations()
1734 trans1 = allocate_integer_array (current_mns); in set_up_initial_allocations()
1735 trans2 = allocate_integer_array (current_mns); in set_up_initial_allocations()
1736 accptnum = allocate_integer_array (current_mns); in set_up_initial_allocations()
1737 assoc_rule = allocate_integer_array (current_mns); in set_up_initial_allocations()
1738 state_type = allocate_integer_array (current_mns); in set_up_initial_allocations()
1741 rule_type = allocate_integer_array (current_max_rules); in set_up_initial_allocations()
1742 rule_linenum = allocate_integer_array (current_max_rules); in set_up_initial_allocations()
1743 rule_useful = allocate_integer_array (current_max_rules); in set_up_initial_allocations()
1747 scset = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1748 scbol = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1749 scxclu = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1750 sceof = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1754 cclmap = allocate_integer_array (current_maxccls); in set_up_initial_allocations()
1755 ccllen = allocate_integer_array (current_maxccls); in set_up_initial_allocations()
1756 cclng = allocate_integer_array (current_maxccls); in set_up_initial_allocations()
1765 nxt = allocate_integer_array (current_max_xpairs); in set_up_initial_allocations()
1766 chk = allocate_integer_array (current_max_xpairs); in set_up_initial_allocations()
1769 tnxt = allocate_integer_array (current_max_template_xpairs); in set_up_initial_allocations()
1772 base = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1773 def = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1774 dfasiz = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1775 accsiz = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1776 dhash = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()