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

  /src/games/phantasia/
phantglobs.c 36 long Fileloc; /* location in file of player statistics */
phantglobs.h 28 extern long Fileloc; /* location in file of player statistics */
interplayer.c 47 && foeloc != Fileloc
101 writerecord(&Player, Fileloc); /* write out all our info */
277 writerecord(&Player, Fileloc); /* update a final time */
367 writerecord(&Player, Fileloc); /* let foe know what we did */
398 readrecord(&Other, Fileloc);
main.c 166 Fileloc = -1L;
172 Fileloc = recallplayer();
181 Fileloc = rollnewplayer();
186 while (Fileloc < 0L);
197 writerecord(&Player, Fileloc);
272 writerecord(&Player, Fileloc);
misc.c 174 writerecord(&Player, Fileloc);
579 freerecord(&Player, Fileloc);
582 writerecord(&Player, Fileloc);
674 freerecord(&Player, Fileloc);
gamesupport.c 62 loc = Fileloc;
fight.c 40 writerecord(&Player, Fileloc);

Completed in 16 milliseconds