Home | History | Annotate | Download | only in diff

Lines Matching defs:ixnew

215 static long	*ixnew;		/* will be overlaid on file[1] */
414 ixnew = xreallocarray(ixnew, len[1] + 2, sizeof(*ixnew));
695 ixold[0] = ixnew[0] = 0;
704 ixnew[j] = ctnew += skipline(f2);
795 ixnew[j] = ctnew;
799 ixnew[j] = ctnew += skipline(f2);
879 fetch(ixnew, J[i0], J[i0], f2, '\0', 0, flags);
1042 ixnew[i] - ixnew[i - 1], ixnew[i - 1]);
1139 fetch(ixnew, c, d, f2, '>', 0, *pflags);
1159 fetch(ixnew, c, d, f2, '\0', 0, *pflags);
1168 fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, *pflags);
1516 fetch(ixnew, lowc, d, f2, ' ', 0, flags);
1518 fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
1519 fetch(ixnew, c, d, f2,
1525 fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
1584 fetch(ixnew, c, d, f2, '+', 0, flags);
1591 fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
1592 fetch(ixnew, c, d, f2, '+', 0, flags);
1598 fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);