HomeSort by: relevance | last modified time | path
    Searched refs:MAXHISCORES (Results 1 - 2 of 2) sorted by relevancy

  /src/games/tetris/
scores.h 82 #define MAXHISCORES 80
scores.c 77 #define NUMSPOTS (MAXHISCORES + 1)
286 * Read up to MAXHISCORES scorefile_ondisk entries.
291 struct highscore_ondisk buf[MAXHISCORES];
313 * Read up to MAXHISCORES scorefile_ondisk_599 entries.
318 struct highscore_ondisk_599 buf[MAXHISCORES];
346 * Read up to MAXHISCORES scorefile_ondisk_50 entries.
351 struct highscore_ondisk_50 buf[MAXHISCORES];
603 struct highscore_ondisk buf[MAXHISCORES] = {0};
838 return (num > MAXHISCORES ? MAXHISCORES : num)
    [all...]

Completed in 103 milliseconds