HomeSort by: relevance | last modified time | path
    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