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

  /src/games/larn/
scores.c 86 static struct scofmt sco[SCORESIZE]; /* the structure for the scoreboard */
87 static struct wscofmt winr[SCORESIZE]; /* struct for the winning scoreboard */
180 for (i = 0; i < SCORESIZE; i++) {
209 for (i = 0; i < SCORESIZE; i++) /* search through winners scoreboard */
234 for (i = 0; i < SCORESIZE; i++)
263 for (count = j = i = 0; i < SCORESIZE; i++) /* is there anyone on
272 for (i = 0; i < SCORESIZE; i++) /* this loop is needed to
274 for (j = 0; j < SCORESIZE; j++) { /* winners in order */
302 for (count = j = i = 0; i < SCORESIZE; i++) /* is the scoreboard
310 for (i = 0; i < SCORESIZE; i++) /* be sure to print them ou
    [all...]
header.h 14 #define SCORESIZE 10
global.c 34 extern char sciv[SCORESIZE + 1][26][2];

Completed in 14 milliseconds