Lines Matching defs:fetch
193 static int fetch(long *, int, int, FILE *, int, int, int);
877 nc = fetch(ixold, i0, i0, f1, '\0', 1, flags);
879 fetch(ixnew, J[i0], J[i0], f2, '\0', 0, flags);
1136 fetch(ixold, a, b, f1, '<', 1, *pflags);
1139 fetch(ixnew, c, d, f2, '>', 0, *pflags);
1154 nc = fetch(ixold, a, b, f1, '\0', 1, *pflags);
1159 fetch(ixnew, c, d, f2, '\0', 0, *pflags);
1163 fetch(ixold, a, b, f1, '<', 1, *pflags);
1168 fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, *pflags);
1193 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags)
1480 fetch(ixold, lowa, b, f1, ' ', 0, flags);
1482 fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
1483 fetch(ixold, a, b, f1,
1489 fetch(ixold, b + 1, upb, f1, ' ', 0, flags);
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);
1582 fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
1583 fetch(ixold, a, b, f1, '-', 0, flags);
1584 fetch(ixnew, c, d, f2, '+', 0, flags);
1587 fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
1588 fetch(ixold, a, b, f1, '-', 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);