OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flushno
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/larn/
tok.c
24
#ifndef
FLUSHNO
25
#define
FLUSHNO
5
26
#endif /*
FLUSHNO
*/
27
static int
flushno
=
FLUSHNO
; /* input queue flushing threshold */
variable in typeref:typename:int
76
if (ic >
flushno
)
79
while (ic >
flushno
);
tok.c
24
#ifndef
FLUSHNO
25
#define
FLUSHNO
5
26
#endif /*
FLUSHNO
*/
27
static int
flushno
=
FLUSHNO
; /* input queue flushing threshold */
variable in typeref:typename:int
76
if (ic >
flushno
)
79
while (ic >
flushno
);
Completed in 21 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025