HomeSort by: relevance | last modified time | path
    Searched defs:fscript (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/script/
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...]
  /src/usr.bin/tip/
tip.c 61 FILE *fscript; variable in typeref:typename:FILE *

Completed in 13 milliseconds