fetch
fetch(ixold, a, b, f1, '<', 1, flags);
fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, flags);
fetch(ixold, lowa, b, f1, ' ', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1,
fetch(ixold, b + 1, upb, f1, ' ', 0, flags);
fetch(ixnew, lowc, d, f2, ' ', 0, flags);
fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
fetch(ixnew, c, d, f2,
fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1, '-', 0, flags);
fetch(ixnew, c, d, f2, '+', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1, '-', 0, flags);
fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
fetch(ixnew, c, d, f2, '+', 0, flags);
fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
static void fetch(long *, int, int, FILE *, int, int, int);
fetch(ixold, a, b, f1, '<', 1, *pflags);
i = fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, *pflags);
fetch(ixold, lowa, b, f1, ' ', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1,
fetch(ixold, b + 1, upb, f1, ' ', 0, flags);
fetch(ixnew, lowc, d, f2, ' ', 0, flags);
fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
fetch(ixnew, c, d, f2,
fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1, '-', 0, flags);
fetch(ixnew, c, d, f2, '+', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1, '-', 0, flags);
fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
fetch(ixnew, c, d, f2, '+', 0, flags);
fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
static int fetch(long *, int, int, FILE *, int, int, int);
fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, flags);
fetch(ixold, lowa, b, f1, ' ', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1,
fetch(ixold, b + 1, upb, f1, ' ', 0, flags);
fetch(ixnew, lowc, d, f2, ' ', 0, flags);
fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
fetch(ixnew, c, d, f2,
fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1, '-', 0, flags);
fetch(ixnew, c, d, f2, '+', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1, '-', 0, flags);
fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
fetch(ixnew, c, d, f2, '+', 0, flags);
fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
static void fetch(long *, int, int, FILE *, int, int, int);
fetch(ixold, a, b, f1, '<', 1, flags);
int (*fetch)(struct table *, enum table_service, char **);
if (table->t_backend->fetch == NULL)
r = table->t_backend->fetch(table, kind, &buf);
.fetch = table_db_fetch,
.fetch = NULL,
.fetch = table_proc_fetch,
.fetch = table_static_fetch