OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 22 13:09:56 GMT 2025