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

  /src/games/cribbage/
extern.c 56 int gamecount = 0; /* number games played */ variable in typeref:typename:int
cribbage.h 49 extern int gamecount; /* # games played */
crib.c 233 if (gamecount == 0) {
282 ++gamecount;

Completed in 78 milliseconds