Searched refs:file1start (Results 1 – 1 of 1) sorted by relevance
715 size_t file1start, file1end, file2start, file2end, n; in parsecmd() local731 file1start = strtonum(line, 0, INT_MAX, &errstr); in parsecmd()746 if (file1start > file1end) in parsecmd()749 file1end = file1start; in parsecmd()785 if (file1start != file1end) in parsecmd()788 if (file1start == SIZE_MAX) in parsecmd()790 file1start = ++file1end; in parsecmd()809 for (; file1ln < file1start && file2ln < file2start; in parsecmd()836 for (; file1ln < file1start; ++file1ln) { in parsecmd()868 n = file1end - file1start + 1 + 1 + file2end - file2start + 1; in parsecmd()[all …]