script.c | 76 static FILE *fscript; variable in typeref:typename:FILE * 160 if ((fscript = fopen(fname, pflg ? "r" : aflg ? "a" : "w")) == NULL) 164 playback(fscript); 208 (void)fclose(fscript); 212 record(fscript, ibuf, cc, 'i'); 273 record(fscript, NULL, 0, 's'); 275 (void)fprintf(fscript, "Script started on %s", ctime(&tvec)); 289 record(fscript, obuf, cc, 'o'); 291 (void)fwrite(obuf, 1, cc, fscript); 294 (void)fflush(fscript); [all...] |