Home
last modified time | relevance | path

Searched refs:lpbuf (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/games/larn/
H A Dio.c308 num2 = lpbuf + BUFBIG - lpnt; /* # bytes left in in lwrite()
467 lpnt = lpbuf; in lcreat()
468 lpend = lpbuf + BUFBIG; in lcreat()
497 lpnt = lpbuf; in lopen()
513 lpnt = lpbuf; in lappend()
514 lpend = lpbuf + BUFBIG; in lappend()
780 if ((lpoint = lpnt - lpbuf) > 0) { in lflush()
786 if (write(io_outfd, lpbuf, lpoint) != lpoint) in lflush()
788 lpnt = lpbuf; /* point back to beginning of buffer */ in lflush()
791 for (str = lpbuf; str < lpnt; str++) { in lflush()
[all …]
H A Ddata.c117 u_char *lpbuf, *lpnt, *inbuffer, *lpend; /* input/output pointers variable
H A Dmain.c132 lpbuf = malloc((5 * BUFBIG) >> 2); /* output buffer */ in main()
134 if ((lpbuf == 0) || (inbuffer == 0)) in main()
H A Dheader.h344 extern u_char *lpbuf, *lpend;
/netbsd-src/distrib/utils/more/
H A Dprim.c630 static char lpbuf[100]; local
696 (void)strlcpy(lpbuf, pattern, sizeof(lpbuf));
697 last_pattern = lpbuf;