Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/flex/
H A Dmain.c1716 firstst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1717 lastst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1718 finalst = allocate_integer_array (current_mns); in set_up_initial_allocations()
1719 transchar = allocate_integer_array (current_mns); in set_up_initial_allocations()
1720 trans1 = allocate_integer_array (current_mns); in set_up_initial_allocations()
1721 trans2 = allocate_integer_array (current_mns); in set_up_initial_allocations()
1722 accptnum = allocate_integer_array (current_mns); in set_up_initial_allocations()
1733 scset = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1734 scbol = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1736 sceof = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
[all …]
H A Ddfa.c295 stk = allocate_integer_array (current_max_dfa_size);
408 accset = allocate_integer_array ((num_rules + 1) * 2); in ntod()
409 nset = allocate_integer_array (current_max_dfa_size); in ntod()
488 allocate_integer_array (current_max_dfas); in ntod()
867 dss[newds] = allocate_integer_array (numstates + 1);
900 allocate_integer_array (nacc + 1);
H A Dparse.y165 scon_stk = allocate_integer_array( lastsc + 1 );
H A Dflexdef.h686 #define allocate_integer_array(size) \ macro
H A Dgen.c1059 acc_array = allocate_integer_array (current_max_dfas); in gentabs()
/freebsd-12.1/usr.bin/lex/
H A Dinitparse.c910 scon_stk = allocate_integer_array( lastsc + 1 ); in YYPARSE_DECL()