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

  /src/games/cribbage/
extern.c 59 int pgames = 0; /* number games player won */ variable in typeref:typename:int
cribbage.h 47 extern int pgames; /* player's games won */
crib.c 168 getlogin(), cgames, pgames);
210 if (pgames || cgames) {
211 mvprintw(SCORE_Y + 1, SCORE_X + 28, "Games: %3d", pgames);
286 pgames += 4;
290 pgames += 2;
293 ++pgames;

Completed in 12 milliseconds