qsubst.c | 127 static FILE *workf; variable in typeref:typename:FILE * 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) [all...] |