Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc71 static FILE *_hs_open(const char *mode, const string &filename);
114 scores = _hs_open("a+", _score_file_name()); in hiscores_new_entry()
198 logfile = _hs_open("a", _log_file_name()); in logfile_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()
594 static FILE *_hs_open(const char *mode, const string &scores) in _hs_open() function