OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:score_wfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/robots/
main.c
68
int
score_wfd
; /* high score writable file descriptor */
local in function:main
73
score_wfd
= open(Scorefile, O_RDWR);
74
if (
score_wfd
< 0)
76
else if (
score_wfd
< 3)
122
if (
score_wfd
>= 0)
123
close(
score_wfd
);
124
score_wfd
= open(Scorefile, O_RDWR);
125
if (
score_wfd
< 0)
147
if (
score_wfd
< 0) {
187
score(
score_wfd
);
[
all
...]
score.c
120
score(int
score_wfd
)
122
int inf =
score_wfd
;
Completed in 32 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025