Home | History | Annotate | Download | only in script

Lines Matching defs:fscript

76 static FILE	*fscript;
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);
303 (void)fflush(fscript);
314 (void)fclose(fscript);
349 record(fscript, NULL, 0, 'e');
351 (void)fprintf(fscript,"\nScript done on %s",
353 (void)fclose(fscript);