Lines Matching refs:prntbuf
169 uchar_t *prntbuf; /* current line of input from data file */
1673 current.prntbuf = current.newline + 1;
1676 if (current.prntbuf < bufend) {
1700 if (current.newline < current.prntbuf) {
1725 if (current.newline <= current.prntbuf) {
1741 nc = current.newline + 1 - current.prntbuf;
1743 (void) fwrite((char *)current.prntbuf, 1, nc, output);
1768 if ((*pat->procfn)(pat, lptr->prntbuf - 1, lptr->newline + 1,
1772 pat->loc1 = lptr->prntbuf;
1788 uchar_t *begin = cur_ptr->prntbuf;
1871 uchar_t *p = cur_ptr->prntbuf;
1882 cur_ptr->prntbuf = s;