Home | History | Annotate | Download | only in units

Lines Matching defs:unitfile

137 	FILE *unitfile;
145 unitfile = fopen(userfile, "rt");
146 if (!unitfile)
150 unitfile = fopen(UNITSFILE, "rt");
151 if (!unitfile) {
173 unitfile = fopen(filename, "rt");
174 if (unitfile)
179 if (!unitfile)
184 while (!feof(unitfile)) {
185 if (!fgets(line, 79, unitfile))
258 fclose(unitfile);