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

  /src/usr.bin/tip/
tipout.c 83 if (boolean(value(SCRIPT)) && fscript != NULL)
84 (void)fclose(fscript);
89 if ((fscript = fopen(line, "a")) == NULL)
104 if (boolean(value(SCRIPT)) && fscript != NULL)
105 (void)fclose(fscript);
175 if (boolean(value(SCRIPT)) && fscript != NULL) {
177 (void)fwrite(buf, 1, (size_t)cnt, fscript);
183 (void)putc(*cp, fscript);
tip.h 230 extern FILE *fscript; /* FILE for scripting */
tip.c 61 FILE *fscript; variable in typeref:typename:FILE *
  /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...]

Completed in 43 milliseconds