Home
last modified time | relevance | path

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

/titanic_41/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)); in main()
615 ixold[0] = ixnew[0] = 0; in check()
632 ixnew[j] = ctnew += skipline(1); in check()
712 ixnew[j] = ctnew; in check()
716 ixnew[j] = ctnew += skipline(1); in check()
897 fetch(ixnew, c, d, 1, opt == D_NORMAL?"> ":empty, 0); in change()
1156 fetch(ixnew, c, d, 1, "+", 0); in dump_context_vec()
1168 fetch(ixnew, c, d, 1, "+", 0); in dump_context_vec()
1210 fetch(ixnew, lowc, d, 1, " ", 0); in dump_context_vec()
[all …]