Home
last modified time | relevance | path

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

/dports/games/angband/Angband-4.2.2/src/
H A Dui-score.c117 static void display_scores_aux(const struct high_score scores[], int from, in display_scores_aux() function
202 display_scores_aux(scores, 0, 15, j, allow_scrolling); in predict_score()
204 display_scores_aux(scores, j - 2, j + 7, j, allow_scrolling); in predict_score()
224 display_scores_aux(scores, 0, MAX_HISCORES, -1, true); in show_scores()
/dports/games/zangband/zangband/src/
H A Dscores.c478 bool display_scores_aux(int from, int to, int note, const high_score *score) in display_scores_aux() function
529 (void)display_scores_aux(from, to, -1, NULL); in display_scores()
723 cont = display_scores_aux(0, 5, score_idx, NULL); in top_twenty()
732 (void)display_scores_aux(from, to, score_idx, NULL); in top_twenty()
802 cont = display_scores_aux(0, 5, score_idx, &the_score); in predict_score()
811 (void)display_scores_aux(from, to, score_idx, &the_score); in predict_score()
1042 (void)display_scores_aux(0, MAX_HISCORES, -1, NULL); in ingame_score()
H A Dexterns.h1030 extern bool display_scores_aux(int from, int to, int note,
H A Dmain-crb.c4971 display_scores_aux(0, MAX_HISCORES, -1, NULL); in menu()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dfiles.c1705 static void display_scores_aux(int Ind, int line, int note, high_score *score) function
1707 static void display_scores_aux(int Ind, int line, int note, int erased_slot, high_score *score)
2041 if (j < 10) display_scores_aux(0, 15, j, NULL);
2044 display_scores_aux(0, 5, j, NULL);
2045 display_scores_aux(j - 2, j + 7, j, NULL);
2118 display_scores_aux(Ind, line, -1, NULL);
2120 display_scores_aux(Ind, line, j, &the_score);
2123 display_scores_aux(Ind, line, SCORES_SHOWN - 1, &the_score); /* -1, NULL */
2127 display_scores_aux(Ind, line, -1, -1, NULL);
2129 display_scores_aux(Ind, line, j, erased_slot, &the_score);
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dfiles.c2612 static void display_scores_aux(player_type *p_ptr, int line, int note, high_score *score) in display_scores_aux() function
2895 display_scores_aux(0, 15, j, NULL); in top_twenty()
2901 display_scores_aux(0, 5, j, NULL); in top_twenty()
2902 display_scores_aux(j - 2, j + 7, j, NULL); in top_twenty()
2972 display_scores_aux(p_ptr, line, j, &the_score); in predict_score()
2978 display_scores_aux(p_ptr, line, -1, NULL); in predict_score()