HomeSort by: relevance | last modified time | path
    Searched refs:lpbuf (Results 1 - 4 of 4) sorted by relevancy

  /src/games/larn/
io.c 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++)
    [all...]
data.c 117 u_char *lpbuf, *lpnt, *inbuffer, *lpend; /* input/output pointers variable in typeref:typename:u_char *
main.c 132 lpbuf = malloc((5 * BUFBIG) >> 2); /* output buffer */
134 if ((lpbuf == 0) || (inbuffer == 0))
header.h 344 extern u_char *lpbuf, *lpend;

Completed in 14 milliseconds