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

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c137 long *ixnew; /* will be overlaid on file[1] */ variable
493 ixnew = (long *)talloc((len[1] + 2) * sizeof (long));
615 ixold[0] = ixnew[0] = 0;
632 ixnew[j] = ctnew += skipline(1);
712 ixnew[j] = ctnew;
716 ixnew[j] = ctnew += skipline(1);
897 fetch(ixnew, c, d, 1, opt == D_NORMAL?"> ":empty, 0);
1156 fetch(ixnew, c, d, 1, "+", 0);
1168 fetch(ixnew, c, d, 1, "+", 0);
1210 fetch(ixnew, low
[all...]

Completed in 61 milliseconds