Home
last modified time | relevance | path

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

/minix3/external/bsd/flex/dist/
H A Dmain.c1719 firstst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1720 lastst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1721 finalst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1722 transchar = allocate_integer_array (current_mns); in set_up_initial_allocations()
1723 trans1 = allocate_integer_array (current_mns); in set_up_initial_allocations()
1724 trans2 = allocate_integer_array (current_mns); in set_up_initial_allocations()
1725 accptnum = allocate_integer_array (current_mns); in set_up_initial_allocations()
1726 assoc_rule = allocate_integer_array (current_mns); in set_up_initial_allocations()
1727 state_type = allocate_integer_array (current_mns); in set_up_initial_allocations()
1730 rule_type = allocate_integer_array (current_max_rules); in set_up_initial_allocations()
[all …]
H A Ddfa.c296 stk = allocate_integer_array (current_max_dfa_size);
409 accset = allocate_integer_array ((num_rules + 1) * 2); in ntod()
410 nset = allocate_integer_array (current_max_dfa_size); in ntod()
489 allocate_integer_array (current_max_dfas); in ntod()
868 dss[newds] = allocate_integer_array (numstates + 1);
901 allocate_integer_array (nacc + 1);
H A Dparse.y168 scon_stk = allocate_integer_array( lastsc + 1 );
H A Dflexdef.h687 #define allocate_integer_array(size) \ macro
H A Dinitparse.c910 scon_stk = allocate_integer_array( lastsc + 1 ); in YYPARSE_DECL()
H A Dgen.c1084 acc_array = allocate_integer_array (current_max_dfas); in gentabs()