Lines Matching refs:allocate_integer_array

1716 	firstst = allocate_integer_array (current_mns);  in set_up_initial_allocations()
1717 lastst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1718 finalst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1719 transchar = allocate_integer_array (current_mns); in set_up_initial_allocations()
1720 trans1 = allocate_integer_array (current_mns); in set_up_initial_allocations()
1721 trans2 = allocate_integer_array (current_mns); in set_up_initial_allocations()
1722 accptnum = allocate_integer_array (current_mns); in set_up_initial_allocations()
1723 assoc_rule = allocate_integer_array (current_mns); in set_up_initial_allocations()
1724 state_type = allocate_integer_array (current_mns); in set_up_initial_allocations()
1727 rule_type = allocate_integer_array (current_max_rules); in set_up_initial_allocations()
1728 rule_linenum = allocate_integer_array (current_max_rules); in set_up_initial_allocations()
1729 rule_useful = allocate_integer_array (current_max_rules); 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()
1740 cclmap = allocate_integer_array (current_maxccls); in set_up_initial_allocations()
1741 ccllen = allocate_integer_array (current_maxccls); in set_up_initial_allocations()
1742 cclng = allocate_integer_array (current_maxccls); in set_up_initial_allocations()
1751 nxt = allocate_integer_array (current_max_xpairs); in set_up_initial_allocations()
1752 chk = allocate_integer_array (current_max_xpairs); in set_up_initial_allocations()
1755 tnxt = allocate_integer_array (current_max_template_xpairs); in set_up_initial_allocations()
1758 base = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1759 def = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1760 dfasiz = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1761 accsiz = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1762 dhash = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()