Home
last modified time | relevance | path

Searched refs:BUFBIG (Results 1 – 3 of 3) sorted by relevance

/dragonfly/games/larn/
H A Dio.c347 num2 = lpbuf + BUFBIG - lpnt; /* # bytes left in output buffer */ in lwrite()
504 lpend = lpbuf + BUFBIG; in lcreat()
549 lpend = lpbuf + BUFBIG; in lappend()
726 if ((outbuf = malloc(BUFBIG + 16)) == NULL) { in init_term()
951 if (pindex >= BUFBIG) in putchr()
H A Dheader.h325 #define BUFBIG 4096 /* size of the output buffer */ macro
H A Dmain.c113 lpbuf = malloc((5 * BUFBIG) >> 2); /* output buffer */ in main()