Lines Matching refs:bufp
46 static unsigned char *bufp = buffer; variable
201 bufp[index] = '\0'; in flushb()
202 write(buffd, bufp, length(bufp) - 1); in flushb()
215 bufp[index++] = c; in prc_buff()
234 movstr(s, &bufp[index]); in prs_buff()
255 unsigned char *ptr = bufp; in prs_cntl()
295 if (buffd != -1 && ptr >= &bufp[BUFLEN-4]) { in prs_cntl()
297 prs(bufp); in prs_cntl()
298 ptr = bufp; in prs_cntl()
306 prs(bufp); in prs_cntl()
329 if (bufp+index+1 >= brkend) { in setb()
330 growstak(bufp+index+1); in setb()
332 if (bufp[index-1]) { in setb()
333 bufp[index++] = 0; in setb()
335 endstak(bufp+index); in setb()
340 bufp = locstak(); in setb()
342 bufp = buffer; in setb()