Searched refs:ixold (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.bin/diff/ |
| H A D | diffreg.c | 214 static long *ixold; /* will be overlaid on klist */ variable 466 ixold = xreallocarray(ixold, len[0] + 2, sizeof(*ixold)); in diffreg_stone() 748 ixold[0] = ixnew[0] = 0; in check() 753 ixold[i] = ctold += skipline(f1); in check() 847 ixold[i] = ctold; in check() 930 nc = fetch(ixold, i0, i0, f1, '\0', 1, flags); in output() 1085 ixold[i] - ixold[i - 1], ixold[i - 1]); in change() 1182 nc = ixold[a > b ? b : a - 1] - curpos; in change() 1190 fetch(ixold, a, b, f1, '<', 1, *pflags); in change() 1212 nc = fetch(ixold, a, b, f1, '\0', 1, *pflags); in change() [all …]
|