Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc72 static void _hs_close(FILE *handle);
162 _hs_close(scores); in hiscores_new_entry()
186 _hs_close(scores); in hiscores_new_entry()
208 _hs_close(logfile); in logfile_new_entry()
255 _hs_close(scores); in hiscores_read_to_memory()
283 _hs_close(scores); in hiscores_print_all()
473 _hs_close(scores); in _construct_hiscore_table()
603 static void _hs_close(FILE *handle) in _hs_close() function