Lines Matching full:changed

318    The results are recorded in the vectors files[N].changed, by
345 files[1].changed[files[1].realindexes[yoff++]] = 1; in compareseq()
348 files[0].changed[files[0].realindexes[xoff++]] = 1; in compareseq()
565 filevec[f].changed[i] = 1; in discard_confusing_lines()
576 We do something when a run of changed lines include a
590 char *changed = filevec[f].changed; in shift_boundaries() local
591 char *other_changed = filevec[1 - f].changed; in shift_boundaries()
604 while (i < i_end && !changed[i]) in shift_boundaries()
618 while (changed[++i]) in shift_boundaries()
629 /* Move the changed region back, so long as the in shift_boundaries()
630 previous unchanged line matches the last changed one. in shift_boundaries()
631 This merges with previous changed regions. */ in shift_boundaries()
635 changed[--start] = 1; in shift_boundaries()
636 changed[--i] = 0; in shift_boundaries()
637 while (changed[start - 1]) in shift_boundaries()
643 /* Set CORRESPONDING to the end of the changed run, at the last in shift_boundaries()
644 point where it corresponds to a changed run in the other file. in shift_boundaries()
648 /* Move the changed region forward, so long as the in shift_boundaries()
649 first changed line matches the following unchanged one. in shift_boundaries()
650 This merges with following changed regions. in shift_boundaries()
652 the changed region is moved forward as far as possible. */ in shift_boundaries()
656 changed[start++] = 0; in shift_boundaries()
657 changed[i++] = 1; in shift_boundaries()
658 while (changed[i]) in shift_boundaries()
671 changed[--start] = 1; in shift_boundaries()
672 changed[--i] = 0; in shift_boundaries()
709 char *changed0 = filevec[0].changed; in build_reverse_script()
710 char *changed1 = filevec[1].changed; in build_reverse_script()
724 /* Find # lines changed here in each file. */ in build_reverse_script()
746 char *changed0 = filevec[0].changed; in build_script()
747 char *changed1 = filevec[1].changed; in build_script()
758 /* Find # lines changed here in each file. */ in build_script()
871 cmp->file[0].changed = flag_space + 1; in diff_2_files()
872 cmp->file[1].changed = flag_space + cmp->file[0].buffered_lines + 3; in diff_2_files()