Searched refs:Fileloc (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/games/phantasia/
H A Dphantglobs.c36 long Fileloc; /* location in file of player statistics */ variable
H A Dphantglobs.h28 extern long Fileloc; /* location in file of player statistics */
H A Dinterplayer.c47 && 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);
H A Dmain.c159 Fileloc = -1L;
165 Fileloc = recallplayer();
173 Fileloc = rollnewplayer();
178 while (Fileloc < 0L);
189 writerecord(&Player, Fileloc);
264 writerecord(&Player, Fileloc);
H A Dmisc.c174 writerecord(&Player, Fileloc);
579 freerecord(&Player, Fileloc);
582 writerecord(&Player, Fileloc);
674 freerecord(&Player, Fileloc);
H A Dgamesupport.c62 loc = Fileloc;
H A Dfight.c40 writerecord(&Player, Fileloc);

Completed in 116 milliseconds