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...] |