OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Scorefile
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/robots/
main.c
58
extern const char *
Scorefile
;
73
score_wfd = open(
Scorefile
, O_RDWR);
110
"Usage: robots [-Aajnrst] [maximum] [
scorefile
]");
120
Scorefile
= word;
124
score_wfd = open(
Scorefile
, O_RDWR);
128
word = strrchr(
Scorefile
, '/');
130
word =
Scorefile
;
149
warn("%s",
Scorefile
);
score.c
52
const char *
Scorefile
= _PATH_SCORE;
227
if ((inf = open(
Scorefile
, O_RDONLY)) < 0) {
228
warn("opening `%s'",
Scorefile
);
Completed in 21 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025