Home
last modified time | relevance | path

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

/dragonfly/games/phantasia/
HDgamesupport.c497 while (fread((char *)&sbuf, SZ_SCORESTRUCT, 1, fp) == 1) in scorelist()
586 while (fread((char *)&sbuf, SZ_SCORESTRUCT, 1, fp) == 1) in enterscore()
591 loc += SZ_SCORESTRUCT; in enterscore()
613 fwrite((char *)&sbuf, SZ_SCORESTRUCT, 1, fp); in enterscore()
HDphantdefs.h123 #define SZ_SCORESTRUCT sizeof(struct scoreboard) /* size of score board entry */ macro