Lines Matching refs:bufp
45 static unsigned char *bufp = buffer; variable
200 bufp[index] = '\0'; in flushb()
201 write(buffd, bufp, length(bufp) - 1); in flushb()
214 bufp[index++] = c; in prc_buff()
233 movstr(s, &bufp[index]); in prs_buff()
254 unsigned char *ptr = bufp; in prs_cntl()
294 if (buffd != -1 && ptr >= &bufp[BUFLEN-4]) { in prs_cntl()
296 prs(bufp); in prs_cntl()
297 ptr = bufp; in prs_cntl()
305 prs(bufp); in prs_cntl()
328 if (bufp+index+1 >= brkend) { in setb()
329 growstak(bufp+index+1); in setb()
331 if (bufp[index-1]) { in setb()
332 bufp[index++] = 0; in setb()
334 endstak(bufp+index); in setb()
339 bufp = locstak(); in setb()
341 bufp = buffer; in setb()