OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:savfil
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/warp/
warp.c
156
FILE *
savfil
;
local
325
if ((
savfil
= fopen(savefilename,"w")) == NULL) {
330
fprintf(
savfil
,
344
fprintf(
savfil
," running on %s, process #%d\n",
346
fclose(
savfil
);
score.c
36
FILE *
savfil
;
local
69
savfil
= experimenting ? NULL : fopen(savefilename,"r");
70
if (
savfil
!= NULL && fgets(spbuf,100,
savfil
) != NULL) {
74
if (fgets(tmpbuf,80,
savfil
) != NULL) {
124
fclose(
savfil
);
142
savfil
= fopen(savefilename,"r");
143
if (
savfil
!= NULL) {
144
fgets(spbuf,100,
savfil
);
150
savfil
= NULL
671
FILE *
savfil
;
local
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026