Lines Matching refs:fetch
190 static int fetch(long *, int, int, FILE *, int, int, int);
922 nc = fetch(ixold, i0, i0, f1, '\0', 1, flags);
924 fetch(ixnew, J[i0], J[i0], f2, '\0', 0, flags);
1181 fetch(ixold, a, b, f1, '<', 1, *pflags);
1184 fetch(ixnew, c, d, f2, '>', 0, *pflags);
1203 nc = fetch(ixold, a, b, f1, '\0', 1, *pflags);
1214 fetch(ixnew, c, d, f2, '\0', 0, *pflags);
1218 fetch(ixold, a, b, f1, '<', 1, *pflags);
1223 fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, *pflags);
1248 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags)
1549 fetch(ixold, lowa, b, f1, ' ', 0, flags);
1551 fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
1552 fetch(ixold, a, b, f1,
1558 fetch(ixold, b + 1, upb, f1, ' ', 0, flags);
1585 fetch(ixnew, lowc, d, f2, ' ', 0, flags);
1587 fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
1588 fetch(ixnew, c, d, f2,
1594 fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
1651 fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
1652 fetch(ixold, a, b, f1, '-', 0, flags);
1653 fetch(ixnew, c, d, f2, '+', 0, flags);
1656 fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
1657 fetch(ixold, a, b, f1, '-', 0, flags);
1660 fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
1661 fetch(ixnew, c, d, f2, '+', 0, flags);
1667 fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);