Lines Matching refs:correction
632 int correction;
636 correction = new_ml - (int)(start2 - ip);
637 if (correction > 0) {
638 start2 += correction;
639 ref2 += correction;
640 ml2 -= correction;
672 int correction = (int)(ip+ml - start2);
673 start2 += correction;
674 ref2 += correction;
675 ml2 -= correction;
708 int correction;
711 correction = ml - (int)(start2 - ip);
712 if (correction > 0) {
713 start2 += correction;
714 ref2 += correction;
715 ml2 -= correction;