Searched refs:current_max_dfas (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/flex/ |
| D | dfa.c | 356 current_max_dfas += MAX_DFAS_INCREMENT; in increase_max_dfas() 360 base = reallocate_integer_array (base, current_max_dfas); in increase_max_dfas() 361 def = reallocate_integer_array (def, current_max_dfas); in increase_max_dfas() 362 dfasiz = reallocate_integer_array (dfasiz, current_max_dfas); in increase_max_dfas() 363 accsiz = reallocate_integer_array (accsiz, current_max_dfas); in increase_max_dfas() 364 dhash = reallocate_integer_array (dhash, current_max_dfas); in increase_max_dfas() 365 dss = reallocate_int_ptr_array (dss, current_max_dfas); in increase_max_dfas() 366 dfaacc = reallocate_dfaacc_union (dfaacc, current_max_dfas); in increase_max_dfas() 371 current_max_dfas); in increase_max_dfas() 488 allocate_integer_array (current_max_dfas); in ntod() [all …]
|
| D | main.c | 88 int current_max_template_xpairs, current_max_dfas; variable 821 lastdfa, current_max_dfas, totnst); 876 lastdfa + numtemps, current_max_dfas); 1757 current_max_dfas = INITIAL_MAX_DFAS; in set_up_initial_allocations() 1758 base = allocate_integer_array (current_max_dfas); in set_up_initial_allocations() 1759 def = allocate_integer_array (current_max_dfas); in set_up_initial_allocations() 1760 dfasiz = allocate_integer_array (current_max_dfas); in set_up_initial_allocations() 1761 accsiz = allocate_integer_array (current_max_dfas); in set_up_initial_allocations() 1762 dhash = allocate_integer_array (current_max_dfas); in set_up_initial_allocations() 1763 dss = allocate_int_ptr_array (current_max_dfas); in set_up_initial_allocations() [all …]
|
| D | gen.c | 244 while (lastdfa + 1 >= current_max_dfas) in mkctbl() 365 while (lastdfa + 1 >= current_max_dfas) in genctbl() 1059 acc_array = allocate_integer_array (current_max_dfas); in gentabs()
|
| D | tblcmp.c | 242 while (lastdfa + numtemps + 1 >= current_max_dfas) in cmptmps()
|
| D | flexdef.h | 625 extern int current_max_template_xpairs, current_max_dfas;
|