Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc74 static void _hs_write(FILE *scores, scorefile_entry &entry);
178 _hs_write(scores, *hs_list[i]); in hiscores_new_entry()
205 _hs_write(logfile, le); in logfile_new_entry()
648 static void _hs_write(FILE *scores, scorefile_entry &se) in _hs_write() function