Searched refs:file1start (Results 1 – 1 of 1) sorted by relevance
570 size_t file1start, file1end, file2start, file2end, n; in parsecmd() local586 file1start = strtonum(line, 0, INT_MAX, &errstr); in parsecmd()602 if (file1start > file1end) in parsecmd()606 file1end = file1start; in parsecmd()642 if (file1start != file1end) in parsecmd()645 if (file1start == SIZE_T_MAX) in parsecmd()647 file1start = ++file1end; in parsecmd()666 for (; file1ln < file1start && file2ln < file2start; in parsecmd()693 for (; file1ln < file1start; ++file1ln) { in parsecmd()726 n = file1end - file1start + 1 + 1 + file2end - file2start + 1; in parsecmd()[all …]