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

  /src/usr.bin/sdiff/
sdiff.c 570 size_t file1start, file1end, file2start, file2end, n; local in function:parsecmd
619 file2start = strtonum(q, 0, INT_MAX, &errstr);
635 if (file2start >= file2end)
638 file2end = file2start;
654 if (file2start != file2end)
657 if (file2start == SIZE_T_MAX)
659 file2start = ++file2end;
666 for (; file1ln < file1start && file2ln < file2start;
702 for (; file2ln < file2start; ++file2ln) {
721 n = file2end - file2start + 1
    [all...]

Completed in 12 milliseconds