Home
last modified time | relevance | path

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

/openbsd-src/games/cribbage/
H A Dcrib.c154 if (pgames || cgames) { in gamescore()
155 mvprintw(SCORE_Y + 1, SCORE_X + 28, "Games: %3d", pgames); in gamescore()
240 pgames += 4; in game()
244 pgames += 2; in game()
247 ++pgames; in game()
H A Dextern.c50 int pgames = 0; /* number games player won */ variable
H A Dcribbage.h53 extern int pgames; /* player's games won */