Lines Matching refs:conbuf
119 static char *prntbuf, *conbuf; variable
698 free(conbuf); in addfile()
961 if (conflag != 0 && (conbuf == NULL)) { in grep()
963 if ((conbuf = malloc(BUFSIZE+1)) == NULL) { in grep()
990 conptr = conbuf; in grep()
1267 ((conptrend >= conptr) ? conptrend - conbuf : 0))) { in grep()
1268 char *oldconbuf = conbuf; in grep()
1280 conbuf = realloc(conbuf, conbuflen + 1); in grep()
1281 if (conbuf == NULL) { in grep()
1288 conptr = conbuf + (conptr - oldconbuf); in grep()
1502 conptr = conbuf; in grep()
1508 (void) memmove(conbuf, nextptr, in grep()