Lines Matching defs:bufp
134 static char *bufp;
202 return (!issymchar(bufp[-1]) &&
203 !issymchar(bufp[-2 - s1l]) &&
204 !bcmp(bufp - 1 - s1l, str1, s1l));
206 return (!bcmp(bufp - s1l, str1, s1l));
397 bufp = bufp0;
405 if (bufp > bufp0)
406 fwrite(bufp0, 1, bufp - bufp0, tempf);
419 *bufp++ = c;
422 printf("[got %c, n now %ld, bufp-buf %ld]\n",
423 c, n, (long) (bufp - bufp0));
440 if (bufp[-1] == '\n')
455 bcopy(bufp - n, bufp0, n);
460 bufp = bufp0 + n;
462 if (bufp[-1] == '\n')
464 if (bufp >= bufpmax) {
473 bcopy(bufp - n, bufp0, n);
477 bufp = bufp0 + n;