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

Lines Matching refs:current_mns

596 	if ( ++lastnfa >= current_mns )
598 if ( (current_mns += MNS_INCREMENT) >= MAXIMUM_MNS )
601 current_mns );
605 firstst = reallocate_integer_array( firstst, current_mns );
606 lastst = reallocate_integer_array( lastst, current_mns );
607 finalst = reallocate_integer_array( finalst, current_mns );
608 transchar = reallocate_integer_array( transchar, current_mns );
609 trans1 = reallocate_integer_array( trans1, current_mns );
610 trans2 = reallocate_integer_array( trans2, current_mns );
611 accptnum = reallocate_integer_array( accptnum, current_mns );
613 reallocate_integer_array( assoc_rule, current_mns );
615 reallocate_integer_array( state_type, current_mns );