OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoreboard
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/gen/
nlist_aout.c
104
char *
scoreboard
, *scored;
local in function:__fdnlist_aout
154
scoreboard
= malloc((size_t)nent);
156
scoreboard
= alloca((size_t)nent);
158
if (
scoreboard
== NULL)
160
(void)memset(
scoreboard
, 0, (size_t)nent);
172
for (p = list, scored =
scoreboard
; !ISLAST(p);
189
free(
scoreboard
);
/src/games/phantasia/
Makefile
20
ALLFILES=gold lastdead mess monsters void motd characs
scoreboard
23
.for file in characs
scoreboard
phantstruct.h
98
struct
scoreboard
/*
scoreboard
entry */
struct
phantdefs.h
132
#define SZ_SCORESTRUCT sizeof(struct
scoreboard
) /* size of score board entry */
gamesupport.c
467
struct
scoreboard
sbuf; /* for reading entries */
524
struct
scoreboard
sbuf; /* buffer to read in
scoreboard
entries */
525
FILE *fp; /* to open
scoreboard
file */
526
long loc = 0L; /* location in
scoreboard
file */
/src/games/warp/
score.c
214
page(
SCOREBOARD
,true);
528
const char *
scoreboard
;
local in function:score
542
scoreboard
= FSCOREBOARD;
544
scoreboard
= LSCOREBOARD;
546
scoreboard
=
SCOREBOARD
;
547
if (eaccess(
scoreboard
,0)) {
548
if ((logfd = fopen(
scoreboard
,"w")) != NULL)
551
if ((logfd = fopen(
scoreboard
,"r")) != NULL &&
594
while (unlink(
scoreboard
) == 0
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025