Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc73 static bool _hs_read(FILE *scores, scorefile_entry &dest);
125 if (_hs_read(scores, *hs_list[i]) == false) in hiscores_new_entry()
247 if (_hs_read(scores, *hs_list[i]) == false) in hiscores_read_to_memory()
274 if (!_hs_read(scores, se)) in hiscores_print_all()
469 if (_hs_read(scores, *hs_list[i]) == false) in _construct_hiscore_table()
608 static bool _hs_read(FILE *scores, scorefile_entry &dest) in _hs_read() function