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

/freebsd-current/usr.bin/diff/
H A Ddiffreg.c212 static long *ixnew; /* will be overlaid on file[1] */ variable
455 ixnew = xreallocarray(ixnew, len[1] + 2, sizeof(*ixnew));
737 ixold[0] = ixnew[0] = 0;
746 ixnew[j] = ctnew += skipline(f2);
837 ixnew[j] = ctnew;
841 ixnew[j] = ctnew += skipline(f2);
921 fetch(ixnew, J[i0], J[i0], f2, '\0', 0, flags);
1084 ixnew[
[all...]

Completed in 118 milliseconds