Home | History | Annotate | Download | only in warp

Lines Matching defs:savfil

36     FILE *savfil;
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;
151 if (savfil == NULL) {
172 fclose(savfil);
671 FILE *savfil;
675 if ((savfil = fopen(savefilename,"w")) == NULL) {
681 fprintf(savfil, "%-8s %10ld, %2d,%5d,%2d,%2d,%3d %c%c%c%c%c%c%c%c%c\n",
693 fclose(savfil);