Home
last modified time | relevance | path

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

/netbsd-src/games/larn/
H A Dscores.c86 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++) { in makeboard()
209 for (i = 0; i < SCORESIZE; i++) /* search through winners scoreboard */ in hashewon()
234 for (i = 0; i < SCORESIZE; i++) in paytaxes()
263 for (count = j = i = 0; i < SCORESIZE; i++) /* is there anyone on in winshou()
272 for (i = 0; i < SCORESIZE; i++) /* this loop is needed to in winshou()
274 for (j = 0; j < SCORESIZE; j++) { /* winners in order */ in winshou()
302 for (count = j = i = 0; i < SCORESIZE; i++) /* is the scoreboard in shou()
310 for (i = 0; i < SCORESIZE; i++) /* be sure to print them out in shou()
[all …]
H A Dheader.h14 #define SCORESIZE 10 macro
H A Dglobal.c34 extern char sciv[SCORESIZE + 1][26][2];