Home
last modified time | relevance | path

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

/netbsd/src/games/cribbage/
Dcrib.c168 getlogin(), cgames, pgames); in main()
210 if (pgames || cgames) { in gamescore()
212 mvprintw(SCORE_Y + 7, SCORE_X + 28, "Games: %3d", cgames); in gamescore()
299 cgames += 4; in game()
303 cgames += 2; in game()
306 ++cgames; in game()
Dextern.c54 int cgames = 0; /* number games comp won */ variable
Dcribbage.h48 extern int cgames; /* comp's games won */