Searched refs:text_file (Results 1 – 5 of 5) sorted by relevance
73 FILE *text_file; /* a temp file, used to save text until all */ variable143 DO_CLOSE(text_file); in done()813 text_file = open_tmpfile("text_file"); in open_files()
1315 if (text_file == NULL) in output_stored_text()1317 rewind(text_file); in output_stored_text()1318 in = text_file; in output_stored_text()
347 extern FILE *text_file;
890 FILE *f = text_file; in copy_text()961 fputs(s, text_file); in puts_both()970 putc(c, text_file); in putc_both()1003 fprintf_lineno(text_file, lineno, input_file_name); in copy_union()
1796 * output.c: check validity of text_file before rewind