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

  /src/games/larn/
io.c 136 static int ipoint = MAXIBUF, iepoint = MAXIBUF; /* input buffering
331 if (iepoint != MAXIBUF)
333 if ((i = read(io_infd, inbuffer, MAXIBUF)) <= 0) {
491 ipoint = iepoint = MAXIBUF;
header.h 328 #define MAXIBUF 4096 /* size of the input buffer */
main.c 133 inbuffer = malloc((5 * MAXIBUF) >> 2); /* output buffer */

Completed in 86 milliseconds