Home | History | Annotate | Download | only in tetris

Lines Matching refs:highscore

82 static struct highscore scores[NUMSPOTS];
84 static int checkscores(struct highscore *, int);
87 static void printem(int, int, struct highscore *, int, const char *);
655 struct highscore *sp;
743 * listed first in the highscore file.
748 const struct highscore *a, *b;
768 * controlled by MAXSCORES, and is to ensure that the highscore file is not
775 checkscores(struct highscore *hs, int num)
777 struct highscore *sp;
850 struct highscore *sp;
902 printem(int level, int offset, struct highscore *hs, int n, const char *me)
904 struct highscore *sp;