Home
last modified time | relevance | path

Searched refs:writerecord (Results 1 – 6 of 6) sorted by relevance

/dragonfly/games/phantasia/
H A Dinterplayer.c127 writerecord(&Player, Fileloc); /* write out all our info */ in battleplayer()
286 writerecord(&Player, Fileloc); /* update a final time */ in battleplayer()
388 writerecord(&Player, Fileloc); /* let foe know what we did */ in myturn()
577 writerecord(&Other, loc); in tampered()
714 writerecord(&Other, loc); in throneroom()
944 writerecord(&Other, loc); in dotampered()
H A Dmisc.c189 writerecord(&Player, Fileloc); in tradingpost()
633 writerecord(&Other, loc); in allocrecord()
654 writerecord(playerp, loc); in freerecord()
677 writerecord(&Player, Fileloc); in leavegame()
813 writerecord(struct player *playerp, long place) in writerecord() function
H A Dphantglobs.h104 void writerecord(struct player *, long);
H A Dmain.c185 writerecord(&Player, Fileloc); in main()
256 writerecord(&Player, Fileloc); in main()
800 writerecord(&Player, loc); in recallplayer()
H A Dgamesupport.c418 writerecord(playerp, loc); in changestats()
H A Dfight.c46 writerecord(&Player, Fileloc); in encounter()