Searched refs:ixnew (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/diff/ |
H A D | diff.c | 139 long *ixnew; /* will be overlaid on file[1] */ variable 506 ixnew = (long *)talloc((len[1] + 2) * sizeof (long)); in main() 627 ixold[0] = ixnew[0] = 0; in check() 644 ixnew[j] = ctnew += skipline(1); in check() 724 ixnew[j] = ctnew; in check() 728 ixnew[j] = ctnew += skipline(1); in check() 908 fetch(ixnew, c, d, 1, opt == D_NORMAL?"> ":empty, 0); in change() 1167 fetch(ixnew, c, d, 1, "+", 0); in dump_context_vec() 1179 fetch(ixnew, c, d, 1, "+", 0); in dump_context_vec() 1221 fetch(ixnew, lowc, d, 1, " ", 0); in dump_context_vec() [all …]
|