Home | Sort by: relevance | last modified time | path |
/src/games/dab/ | |
ttyscrn.cc | 183 void TTYSCRN::games(size_t s, const PLAYER& p) function in class:TTYSCRN |
board.cc | 217 // Post the number of games won for player i 218 void BOARD::games(size_t i, const PLAYER& p) function in class:BOARD 222 _scrn->games(i, p); |
/src/games/atc/ | |
main.c | 249 char line[256], games[256]; local in function:default_game 251 (void)strlcpy(games, _PATH_GAMES, 256); 252 (void)strlcat(games, GAMES, 256); 254 if ((fp = fopen(games, "r")) == NULL) { 255 warn("fopen %s", games); 259 (void)fprintf(stderr, "%s: no default game available\n", games); 276 char line[256], games[256]; local in function:okay_game 278 (void)strlcpy(games, _PATH_GAMES, 256); 279 (void)strlcat(games, GAMES, 256) 309 char line[256], games[256]; local in function:list_games [all...] |
/src/games/mille/ | |
mille.h | 192 int games; member in struct:__anon52fc66f40108 |