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

  /src/usr.bin/sdiff/
sdiff.c 570 size_t file1start, file1end, file2start, file2end, n; local in function:parsecmd
594 /* Go to character after file2end. */
632 file2end = strtonum(p, 0, INT_MAX, &errstr);
635 if (file2start >= file2end)
638 file2end = file2start;
654 if (file2start != file2end)
659 file2start = ++file2end;
720 printa(file2, file2end);
721 n = file2end - file2start + 1;
725 printc(file1, file1end, file2, file2end);
    [all...]
sdiff.c 570 size_t file1start, file1end, file2start, file2end, n; local in function:parsecmd
594 /* Go to character after file2end. */
632 file2end = strtonum(p, 0, INT_MAX, &errstr);
635 if (file2start >= file2end)
638 file2end = file2start;
654 if (file2start != file2end)
659 file2start = ++file2end;
720 printa(file2, file2end);
721 n = file2end - file2start + 1;
725 printc(file1, file1end, file2, file2end);
    [all...]

Completed in 22 milliseconds