Lines Matching refs:lpnt
244 if (lpnt >= lpend)
269 if (lpnt >= lpend)
271 *lpnt++ = 255 & x;
272 *lpnt++ = 255 & (x >> 8);
273 *lpnt++ = 255 & (x >> 16);
274 *lpnt++ = 255 & (x >> 24);
306 if (lpnt >= lpend)
308 num2 = lpbuf + BUFBIG - lpnt; /* # bytes left in
312 t = lpnt;
316 lpnt = t;
467 lpnt = lpbuf;
497 lpnt = lpbuf;
513 lpnt = lpbuf;
562 if (lpnt >= lpend)
564 str2 = lpnt;
567 lpnt = str2 - 1;
599 if (lpnt >= lpend)
604 *lpnt++ = *p++; /* print the string */
608 *lpnt++ = *p++; /* print the string */
617 if (lpnt >= lpend)
620 *lpnt++ = CURSOR;
621 *lpnt++ = x;
622 *lpnt++ = y;
683 *lpnt++ = CL_LINE;
701 *lpnt++ = CL_LINE;
702 *lpnt++ = '\n';
721 *lpnt++ = CL_LINE;
723 *lpnt++ = CL_LINE;
725 lpnt++ = '\n';
729 *lpnt++ = CL_DOWN;
743 *lpnt++ = *str++;
746 *lpnt++ = ST_START;
748 *lpnt++ = *str++;
749 *lpnt++ = ST_END;
780 if ((lpoint = lpnt - lpbuf) > 0) {
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) {
899 lpnt = lpbuf; /* point back to beginning of buffer */
989 *lpnt++ = '\7';