Home | History | Annotate | Download | only in sdiff

Lines Matching defs:file2end

570 	size_t file1start, file1end, file2start, file2end, n;
594 /* Go to character after file2end. */
632 file2end = strtonum(p, 0, INT_MAX, &errstr);
635 if (file2start >= file2end)
638 file2end = file2start;
654 if (file2start != file2end)
659 file2start = ++file2end;
720 printa(file2, file2end);
721 n = file2end - file2start + 1;
725 printc(file1, file1end, file2, file2end);
726 n = file1end - file1start + 1 + 1 + file2end - file2start + 1;
922 * and from file2ln to file2end.
925 printc(FILE *file1, size_t file1end, FILE *file2, size_t file2end)
950 for (; !SIMPLEQ_EMPTY(&delqhead) && file2ln <= file2end;
971 for (; file2ln <= file2end; ++file2ln) {