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

Lines Matching refs:current_max_xpairs

303 	register int old_max = current_max_xpairs;
305 current_max_xpairs += MAX_XPAIRS_INCREMENT;
309 nxt = reallocate_integer_array( nxt, current_max_xpairs );
310 chk = reallocate_integer_array( chk, current_max_xpairs );
372 while ( i + numecs >= current_max_xpairs )
399 while ( i + numecs >= current_max_xpairs )
439 zero_out( (char *) chk, (size_t) (current_max_xpairs * sizeof( int )) );
475 while ( tblend + numecs >= current_max_xpairs )
582 while ( baseaddr + maxec - minec + 1 >= current_max_xpairs )
591 baseaddr < current_max_xpairs &&
596 current_max_xpairs )
618 while ( tbllast + 1 >= current_max_xpairs )
652 if ( ++firstfree >= current_max_xpairs )
664 if ( firstfree >= current_max_xpairs )