Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:current_max_dfas

88 int current_max_template_xpairs, current_max_dfas;
484 lastdfa, current_max_dfas, totnst );
534 lastdfa + numtemps, current_max_dfas );
1099 current_max_dfas = INITIAL_MAX_DFAS;
1100 base = allocate_integer_array( current_max_dfas );
1101 def = allocate_integer_array( current_max_dfas );
1102 dfasiz = allocate_integer_array( current_max_dfas );
1103 accsiz = allocate_integer_array( current_max_dfas );
1104 dhash = allocate_integer_array( current_max_dfas );
1105 dss = allocate_int_ptr_array( current_max_dfas );
1106 dfaacc = allocate_dfaacc_union( current_max_dfas );