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