Searched refs:pgames (Results 1 – 3 of 3) sorted by relevance
154 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()
50 int pgames = 0; /* number games player won */ variable
53 extern int pgames; /* player's games won */