Home
last modified time | relevance | path

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

/dragonfly/contrib/flex/src/
H A Dmain.c1727 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()
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()
1747 sceof = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
[all …]
H A Ddfa.c285 stk = allocate_integer_array (current_max_dfa_size); in epsclosure()
398 accset = allocate_integer_array ((num_rules + 1) * 2); in ntod()
399 nset = allocate_integer_array (current_max_dfa_size); in ntod()
473 allocate_integer_array (current_max_dfas); in ntod()
849 dss[newds] = allocate_integer_array (numstates + 1); in snstods()
882 allocate_integer_array (nacc + 1); in snstods()
H A Dflexdef.h641 #define allocate_integer_array(size) \ macro
H A Dparse.y165 scon_stk = allocate_integer_array( lastsc + 1 );
H A Dgen.c1063 acc_array = allocate_integer_array (current_max_dfas); in gentabs()
H A Dparse.c1534 scon_stk = allocate_integer_array( lastsc + 1 ); in yyparse()