Home
last modified time | relevance | path

Searched refs:checkscores (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/games/tetris/
H A Dscores.c84 static int checkscores(struct highscore *, int);
703 nscores = checkscores(scores, nscores); in savescore()
775 checkscores(struct highscore *hs, int num) in checkscores() function