Searched refs:highscore (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/games/tetris/
H A Dscores.h41 struct highscore { struct
H A Dscores.c74 static struct highscore scores[NUMSPOTS];
76 static int checkscores(struct highscore *, int);
79 static void printem(int, int, struct highscore *, int, const char *);
137 struct highscore *sp;
224 * listed first in the highscore file.
229 const struct highscore *a, *b;
249 * controlled by MAXSCORES, and is to ensure that the highscore file is not
256 checkscores(struct highscore *hs, int num)
258 struct highscore *sp;
329 struct highscore *s
[all...]
/openbsd-current/games/snake/
H A Dsnake.c93 struct highscore { struct
504 struct highscore tmp;
533 memcpy(&tmp, &scores[rank], sizeof(struct highscore));
535 sizeof(struct highscore));
536 memcpy(&scores[rank + 1], &tmp, sizeof(struct highscore));

Completed in 109 milliseconds