Symbol: SCORESIZE
games/larn/global.c
27
extern char sciv[SCORESIZE + 1][26][2];
games/larn/scores.c
151
for (i = 0; i < SCORESIZE; i++) {
games/larn/scores.c
177
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
202
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
229
for (count = j = i = 0; i < SCORESIZE; i++)
games/larn/scores.c
238
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
239
for (j = 0; j < SCORESIZE; j++) { /* winners in order */
games/larn/scores.c
267
for (count = j = i = 0; i < SCORESIZE; i++)
games/larn/scores.c
275
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
276
for (j = 0; j < SCORESIZE; j++)
games/larn/scores.c
303
j = SCORESIZE;
games/larn/scores.c
371
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
374
while (pos < SCORESIZE) {
games/larn/scores.c
376
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
384
while (pos < SCORESIZE) {
games/larn/scores.c
386
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
416
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
422
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
428
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
429
if (winr[i].order == SCORESIZE - 1) {
games/larn/scores.c
435
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
441
for (i = 0; i < SCORESIZE; i++)
games/larn/scores.c
442
if (sco[i].order == SCORESIZE - 1) {
games/larn/scores.c
72
static struct scofmt sco[SCORESIZE]; /* the structure for the scoreboard */
games/larn/scores.c
73
static struct wscofmt winr[SCORESIZE]; /* struct for the winning scoreboard */