HomeSort by: relevance | last modified time | path
    Searched defs:savfil (Results 1 - 2 of 2) sorted by relevancy

  /src/games/warp/
warp.c 156 FILE *savfil; local in function:main
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 in function:score_init
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 in function:save_game
    [all...]

Completed in 12 milliseconds