Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dhiscores.h31 void hiscores_format_single( char *buffer, struct scorefile_entry &se );
H A Dhiscores.cc209 hiscores_format_single( info, hs_list[i] ); in hiscores_print_list()
246 void hiscores_format_single(char *buf, struct scorefile_entry &se) in hiscores_format_single() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.h27 string hiscores_format_single(const scorefile_entry &se);
H A Dhiscores.cc224 entry = hiscores_format_single(se); in _hiscores_print_entry()
483 tmp->set_text(hiscores_format_single(se)); in _add_hiscore_row()
551 string hiscores_format_single(const scorefile_entry &se) in hiscores_format_single() function