Searched refs:lpbuf (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/games/larn/
H A Dio.c312 num2 = lpbuf + BUFBIG - lpnt; /* # bytes left in
474 lpnt = lpbuf;
475 lpend = lpbuf + BUFBIG;
505 lpnt = lpbuf;
522 lpnt = lpbuf;
523 lpend = lpbuf + BUFBIG;
793 if ((lpoint = lpnt - lpbuf) > 0) {
799 if (write(io_outfd, lpbuf, lpoint) != lpoint)
801 lpnt = lpbuf; /* point back to beginning of buffer */
804 for (str = lpbuf; st
[all...]
H A Ddata.c117 u_char *lpbuf, *lpnt, *inbuffer, *lpend; /* input/output pointers variable
H A Dheader.h344 extern u_char *lpbuf, *lpend;
H A Dmain.c134 lpbuf = malloc((5 * BUFBIG) >> 2); /* output buffer */
136 if ((lpbuf == 0) || (inbuffer == 0))

Completed in 203 milliseconds