HomeSort by: relevance | last modified time | path
    Searched defs:file1start (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/sdiff/
sdiff.c 570 size_t file1start, file1end, file2start, file2end, n; local
586 file1start = strtonum(line, 0, INT_MAX, &errstr);
602 if (file1start > file1end)
606 file1end = file1start;
642 if (file1start != file1end)
645 if (file1start == SIZE_T_MAX)
647 file1start = ++file1end;
666 for (; file1ln < file1start && file2ln < file2start;
693 for (; file1ln < file1start; ++file1ln) {
726 n = file1end - file1start + 1 + 1 + file2end - file2start + 1
    [all...]

Completed in 24 milliseconds