OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 13 21:09:55 GMT 2025