score_entry        83 lib-src/update-game-score.c #define MAX_SCORES min (PTRDIFF_MAX, SIZE_MAX / sizeof (struct score_entry))
score_entry        85 lib-src/update-game-score.c static int read_scores (const char *filename, struct score_entry **scores,
score_entry        87 lib-src/update-game-score.c static int push_score (struct score_entry **scores, ptrdiff_t *count,
score_entry        88 lib-src/update-game-score.c 		       ptrdiff_t *size, struct score_entry const *newscore);
score_entry        89 lib-src/update-game-score.c static void sort_scores (struct score_entry *scores, ptrdiff_t count,
score_entry        92 lib-src/update-game-score.c 			 const struct score_entry *scores, ptrdiff_t count);
score_entry       182 lib-src/update-game-score.c   struct score_entry *scores;
score_entry       183 lib-src/update-game-score.c   struct score_entry newscore;
score_entry       287 lib-src/update-game-score.c read_score (char *p, struct score_entry *score)
score_entry       303 lib-src/update-game-score.c read_scores (const char *filename, struct score_entry **scores,
score_entry       344 lib-src/update-game-score.c       struct score_entry entry;
score_entry       360 lib-src/update-game-score.c   const struct score_entry *sa = (const struct score_entry *) a;
score_entry       361 lib-src/update-game-score.c   const struct score_entry *sb = (const struct score_entry *) b;
score_entry       390 lib-src/update-game-score.c push_score (struct score_entry **scores, ptrdiff_t *count, ptrdiff_t *size,
score_entry       391 lib-src/update-game-score.c 	    struct score_entry const *newscore)
score_entry       393 lib-src/update-game-score.c   struct score_entry *newscores = *scores;
score_entry       420 lib-src/update-game-score.c sort_scores (struct score_entry *scores, ptrdiff_t count, bool reverse)
score_entry       428 lib-src/update-game-score.c 	      const struct score_entry *scores, ptrdiff_t count)