Home
last modified time | relevance | path

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

/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/
H A Dscoreboard.h53 char *score_death_description(score_t *score, int verbose);
/dports/games/nlarn/nlarn-NLarn-0.7.6/src/
H A Dscoreboard.c284 char *score_death_description(score_t *score, int verbose) in score_death_description() function
478 desc = score_death_description(cscore, FALSE); in scores_to_string()
H A Dplayer.c4950 gchar *tmp = score_death_description(score, TRUE); in player_create_obituary()