Lines Matching refs:outfile
84 (void) fwrite(ps, 1, psl, outfile); \
85 (void) fputc('\n', outfile); \
131 (void) fprintf(outfile, "%s", cp->t);
164 (void) fprintf(outfile, "%s", cp->t);
259 (void) fprintf(outfile, "%lu\n", linenum);
537 appends[i].len, outfile);
553 outfile);
557 if (ferror(outfile))
574 if (outfile != stdout)
601 (void) fprintf(outfile, "\\\n");
602 (void) fputc('$', outfile);
603 (void) fputc('\n', outfile);
608 (void) fprintf(outfile, "\\\n");
611 (void) fwrite(s, 1, clen, outfile);
616 (void) fprintf(outfile, "\\\n");
619 (void) fprintf(outfile, "\\%c",
624 (void) fprintf(outfile, "\\\n");
628 (void) fprintf(outfile, "\\%03o",
636 (void) fprintf(outfile, "\\\n");
637 (void) fputc('$', outfile);
638 (void) fputc('\n', outfile);
639 if (ferror(outfile))