Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc80 static string _score_file_name() in _score_file_name() function
114 scores = _hs_open("a+", _score_file_name()); in hiscores_new_entry()
239 scores = _hs_open("r", _score_file_name()); in hiscores_read_to_memory()
263 FILE *scores = _hs_open("r", _score_file_name()); in hiscores_print_all()
459 FILE *scores = _hs_open("r", _score_file_name()); in _construct_hiscore_table()