Lines Matching refs:fetch
147 static void fetch(long *, int, int, int, char *, int);
893 fetch(ixold, a, b, 0, "< ", 1);
897 fetch(ixnew, c, d, 1, opt == D_NORMAL?"> ":empty, 0);
916 fetch(long *f, int a, int b, int filen, char *s, int oldfile)
1153 /* the behavior of fetch() */
1154 fetch(ixold, lowa, b, 0, uflag ? " " : " ", 1);
1156 fetch(ixnew, c, d, 1, "+", 0);
1158 fetch(ixold, lowa, a - 1, 0, uflag ? " " :
1160 fetch(ixold, a, b, 0, uflag ? "-" : "- ", 1);
1163 /* the behavior of fetch() */
1164 fetch(ixold, lowa, a-1, 0, uflag ? " " : " ",
1167 fetch(ixold, a, b, 0, "-", 1);
1168 fetch(ixnew, c, d, 1, "+", 0);
1170 fetch(ixold, a, b, 0, "! ", 1);
1176 /* of fetch() */
1177 fetch(ixold, b+1, upb, 0, uflag ? " " : " ", 1);
1209 /* the behavior of fetch() */
1210 fetch(ixnew, lowc, d, 1, " ", 0);
1213 /* the behavior of fetch() */
1214 fetch(ixnew, lowc, c - 1, 1, " ", 0);
1215 fetch(ixnew, c, d, 1,
1222 /* of fetch() */
1223 fetch(ixnew, d + 1, upd, 1, " ", 0);