Home
last modified time | relevance | path

Searched refs:allocate_integer_array (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/lex/
H A Dmain.c1652 firstst = allocate_integer_array(current_mns); in set_up_initial_allocations()
1653 lastst = allocate_integer_array(current_mns); in set_up_initial_allocations()
1654 finalst = allocate_integer_array(current_mns); in set_up_initial_allocations()
1655 transchar = allocate_integer_array(current_mns); in set_up_initial_allocations()
1656 trans1 = allocate_integer_array(current_mns); in set_up_initial_allocations()
1657 trans2 = allocate_integer_array(current_mns); in set_up_initial_allocations()
1658 accptnum = allocate_integer_array(current_mns); in set_up_initial_allocations()
1669 scset = allocate_integer_array(current_max_scs); in set_up_initial_allocations()
1670 scbol = allocate_integer_array(current_max_scs); in set_up_initial_allocations()
1672 sceof = allocate_integer_array(current_max_scs); in set_up_initial_allocations()
[all …]
H A Ddfa.c289 stk = allocate_integer_array (current_max_dfa_size); in epsclosure()
402 accset = allocate_integer_array ((num_rules + 1) * 2); in ntod()
403 nset = allocate_integer_array (current_max_dfa_size); in ntod()
482 allocate_integer_array (current_max_dfas); in ntod()
861 dss[newds] = allocate_integer_array (numstates + 1); in snstods()
894 allocate_integer_array (nacc + 1); in snstods()
H A Dflexdef.h644 #define allocate_integer_array(size) \ macro
H A Dparse.y164 scon_stk = allocate_integer_array( lastsc + 1 );
H A Dgen.c1067 acc_array = allocate_integer_array(current_max_dfas); in gentabs()