Lines Matching defs:workf
127 static FILE *workf;
268 save = ftell(workf);
271 fseek(workf, nls[i], 0);
273 putchar(getc(workf));
276 fseek(workf, save + s1l - rahead, 0);
281 c = getc(workf);
283 clearerr(workf);
295 fseek(workf, save, 0);
372 workf = fopen(fn, "r+");
373 if (workf == NULL) {
402 c = getc(workf);
407 fseek(workf, tbeg, 0);
411 putc(getc(tempf), workf);
413 fflush(workf);
414 ftruncate(fileno(workf), ftell(workf));
416 fclose(workf);
432 tbeg = ftell(workf) - rahead;
441 add_shift(nls, ftell(workf), MAX_C_A + 1);
463 add_shift(nls, ftell(workf), MAX_C_A + 1);