Home
last modified time | relevance | path

Searched refs:pgames (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/games/cribbage/
H A Dcrib.c168 getlogin(), cgames, pgames); in main()
210 if (pgames || cgames) { in gamescore()
211 mvprintw(SCORE_Y + 1, SCORE_X + 28, "Games: %3d", pgames); in gamescore()
286 pgames += 4; in game()
290 pgames += 2; in game()
293 ++pgames; in game()
H A Dextern.c59 int pgames = 0; /* number games player won */ variable
H A Dcribbage.h47 extern int pgames; /* player's games won */