Lines Matching refs:allocate_integer_array
1727 firstst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1728 lastst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1729 finalst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1730 transchar = allocate_integer_array (current_mns); in set_up_initial_allocations()
1731 trans1 = allocate_integer_array (current_mns); in set_up_initial_allocations()
1732 trans2 = allocate_integer_array (current_mns); in set_up_initial_allocations()
1733 accptnum = allocate_integer_array (current_mns); in set_up_initial_allocations()
1734 assoc_rule = allocate_integer_array (current_mns); in set_up_initial_allocations()
1735 state_type = allocate_integer_array (current_mns); in set_up_initial_allocations()
1738 rule_type = allocate_integer_array (current_max_rules); in set_up_initial_allocations()
1739 rule_linenum = allocate_integer_array (current_max_rules); in set_up_initial_allocations()
1740 rule_useful = allocate_integer_array (current_max_rules); in set_up_initial_allocations()
1744 scset = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1745 scbol = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1746 scxclu = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1747 sceof = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1751 cclmap = allocate_integer_array (current_maxccls); in set_up_initial_allocations()
1752 ccllen = allocate_integer_array (current_maxccls); in set_up_initial_allocations()
1753 cclng = allocate_integer_array (current_maxccls); in set_up_initial_allocations()
1762 nxt = allocate_integer_array (current_max_xpairs); in set_up_initial_allocations()
1763 chk = allocate_integer_array (current_max_xpairs); in set_up_initial_allocations()
1766 tnxt = allocate_integer_array (current_max_template_xpairs); in set_up_initial_allocations()
1769 base = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1770 def = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1771 dfasiz = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1772 accsiz = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()
1773 dhash = allocate_integer_array (current_max_dfas); in set_up_initial_allocations()