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

/freebsd-13-stable/usr.bin/diff/
H A Ddiffreg.c226 static long *ixnew; /* will be overlaid on file[1] */ variable
418 ixnew = xreallocarray(ixnew, len[1] + 2, sizeof(*ixnew));
723 ixold[0] = ixnew[0] = 0;
732 ixnew[j] = ctnew += skipline(f2);
823 ixnew[j] = ctnew;
827 ixnew[j] = ctnew += skipline(f2);
911 fetch(ixnew, J[i0], J[i0], f2, '\0',
1083 ixnew[
[all...]

Completed in 102 milliseconds