Lines Matching refs:correction
433 int correction;
441 correction = new_ml - (int)(start2 - ip);
443 if (correction > 0) {
444 start2 += correction;
445 ref2 += correction;
446 ml2 -= correction;
486 int correction = (int)(ip + ml - start2);
488 start2 += correction;
489 ref2 += correction;
490 ml2 -= correction;
524 int correction;
530 correction = ml - (int)(start2 - ip);
531 if (correction > 0) {
532 start2 += correction;
533 ref2 += correction;
534 ml2 -= correction;