HomeSort by: relevance | last modified time | path
    Searched refs:NUM_SCORES (Results 1 - 3 of 3) sorted by relevancy

  /src/games/atc/
tunable.h 46 extern int NUM_SCORES;
tunable.c 54 * NUM_SCORES - Number of scores that are kept track of.
57 * to prevent scrolling: 6 + NUM_SCORES <= 24 (lines on an average terminal).
59 int NUM_SCORES = 18;
log.c 157 int i, num_scores = 0, good, changed = 0, found = 0; local in function:log_score
187 score[num_scores].name,
188 score[num_scores].host,
189 score[num_scores].game,
190 &score[num_scores].planes,
191 &score[num_scores].time,
192 &score[num_scores].real_time);
193 if (good != 6 || ++num_scores >= NUM_SCORES)
221 for (i = 0; i < num_scores; i++)
    [all...]

Completed in 15 milliseconds