Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dhiscores.h32 int hiscores_format_single_long( char *buffer, struct scorefile_entry &se,
H A Douch.cc982 const int lines = hiscores_format_single_long( scorebuff, se, true ); in end_game()
H A Dhiscores.cc215 hiscores_format_single_long( info, hs_list[i], in hiscores_print_list()
545 int hiscores_format_single_long( char *buf, struct scorefile_entry &se, in hiscores_format_single_long() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.h28 string hiscores_format_single_long(const scorefile_entry &se,
H A Dend.cc490 string hiscore = hiscores_format_single_long(se, true); in end_game()
H A Dhiscores.cc226 entry = hiscores_format_single_long(se, (format == SCORE_VERBOSE)); in _hiscores_print_entry()
492 formatted_string desc(hiscores_format_single_long(se, true)); in _add_hiscore_row()
584 string hiscores_format_single_long(const scorefile_entry &se, bool verbose) in hiscores_format_single_long() function
H A Dchardump.cc1130 string hiscore = hiscores_format_single_long(*(par.se), true); in _sdump_hiscore()