Home
last modified time | relevance | path

Searched refs:file1start (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/sdiff/
H A Dsdiff.c593 size_t file1start, file1end, file2start, file2end, n; in parsecmd() local
609 file1start = strtonum(line, 0, INT_MAX, &errstr); in parsecmd()
625 if (file1start > file1end) in parsecmd()
629 file1end = file1start; in parsecmd()
665 if (file1start != file1end) in parsecmd()
668 if (file1start == SIZE_MAX) in parsecmd()
670 file1start = ++file1end; in parsecmd()
689 for (; file1ln < file1start && file2ln < file2start; in parsecmd()
716 for (; file1ln < file1start; ++file1ln) { in parsecmd()
749 n = file1end - file1start + 1 + 1 + file2end - file2start + 1; in parsecmd()
[all …]