Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dmain.c1730 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()
[all …]
H A Ddfa.c286 stk = allocate_integer_array (current_max_dfa_size); in epsclosure()
399 accset = allocate_integer_array ((num_rules + 1) * 2); in ntod()
400 nset = allocate_integer_array (current_max_dfa_size); in ntod()
474 allocate_integer_array (current_max_dfas); in ntod()
850 dss[newds] = allocate_integer_array (numstates + 1); in snstods()
883 allocate_integer_array (nacc + 1); in snstods()
H A Dflexdef.h652 #define allocate_integer_array(size) \ macro
H A Dparse.y168 scon_stk = allocate_integer_array( lastsc + 1 );
H A Dinitparse.c982 scon_stk = allocate_integer_array( lastsc + 1 ); in YYPARSE_DECL()
H A Dgen.c1066 acc_array = allocate_integer_array (current_max_dfas); in gentabs()