Home | History | Annotate | Download | only in larn

Lines Matching refs:lpbuf

308 			num2 = lpbuf + BUFBIG - lpnt;	/* # bytes left in
467 lpnt = lpbuf;
468 lpend = lpbuf + BUFBIG;
497 lpnt = lpbuf;
513 lpnt = lpbuf;
514 lpend = lpbuf + BUFBIG;
780 if ((lpoint = lpnt - lpbuf) > 0) {
786 if (write(io_outfd, lpbuf, lpoint) != lpoint)
788 lpnt = lpbuf; /* point back to beginning of buffer */
791 for (str = lpbuf; str < lpnt; str++) {
879 lpnt = lpbuf;
892 if ((lpoint = lpnt - lpbuf) > 0) {
896 if (write(io_outfd, lpbuf, lpoint) != lpoint)
899 lpnt = lpbuf; /* point back to beginning of buffer */