Home
last modified time | relevance | path

Searched refs:ixnew (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/usr.bin/diff/
Ddiffreg.c227 static long *ixnew; /* will be overlaid on file[1] */ variable
414 ixnew = xreallocarray(ixnew, len[1] + 2, sizeof(*ixnew)); in diffreg()
719 ixold[0] = ixnew[0] = 0; in check()
728 ixnew[j] = ctnew += skipline(f2); in check()
819 ixnew[j] = ctnew; in check()
823 ixnew[j] = ctnew += skipline(f2); in check()
907 fetch(ixnew, J[i0], J[i0], f2, '\0', in output()
1079 ixnew[i] - ixnew[i - 1], ixnew[i - 1]); in change()
1170 fetch(ixnew, c, d, f2, '>', 0, *pflags); in change()
1190 fetch(ixnew, c, d, f2, '\0', 0, *pflags); in change()
[all …]