HomeSort by: relevance | last modified time | path
    Searched defs:score_entry (Results 1 - 3 of 3) sorted by relevancy

  /src/games/rogue/
score.c 222 struct score_entry { struct
231 static void make_score(struct score_entry *, const object *, int);
255 read_score_entry(struct score_entry *se, FILE *fp)
310 write_score_entry(const struct score_entry *se, int rank, FILE *fp)
339 struct score_entry scores[NUM_SCORE_ENTRIES];
458 make_score(struct score_entry *se, const object *monster, int other)
score.c 222 struct score_entry { struct
231 static void make_score(struct score_entry *, const object *, int);
255 read_score_entry(struct score_entry *se, FILE *fp)
310 write_score_entry(const struct score_entry *se, int rank, FILE *fp)
339 struct score_entry scores[NUM_SCORE_ENTRIES];
458 make_score(struct score_entry *se, const object *monster, int other)
score.c 222 struct score_entry { struct
231 static void make_score(struct score_entry *, const object *, int);
255 read_score_entry(struct score_entry *se, FILE *fp)
310 write_score_entry(const struct score_entry *se, int rank, FILE *fp)
339 struct score_entry scores[NUM_SCORE_ENTRIES];
458 make_score(struct score_entry *se, const object *monster, int other)

Completed in 134 milliseconds