/src/games/robots/ |
score.c | 1 /* $NetBSD: score.c,v 1.24 2021/04/13 01:50:46 mrg Exp $ */ 35 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: score.c,v 1.24 2021/04/13 01:50:46 mrg Exp $"); 56 static SCORE Top[MAXSCORES]; 61 static void set_name(SCORE *); 65 * Read the score file in MI format 70 SCORE *scp; 91 * Write the score file in MI format 96 SCORE *scp; 115 * score 120 score(int score_wfd) function in typeref:typename:void [all...] |
robots.h | 83 } SCORE; 102 extern uint32_t Score; 125 void score(int);
|
/src/games/atc/ |
struct.h | 113 } SCORE;
|
log.c | 75 const SCORE *a, *b; 77 a = (const SCORE *)va; 78 b = (const SCORE *)vb; 136 * rather than leave the score file open to tampering. */ 160 SCORE score[100], thisscore; local in function:log_score 171 warnx("no score file available"); 187 score[num_scores].name, 188 score[num_scores].host, 189 score[num_scores].game [all...] |
/src/games/battlestar/ |
words.c | 193 { "score", SCORE, VERB, NULL }, 194 { "points", SCORE, VERB, NULL },
|
extern.h | 183 #define SCORE 1049
|
cypher.c | 455 case SCORE:
|