Home
last modified time | relevance | path

Searched refs:text_file (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/byacc/
H A Dmain.c73 FILE *text_file; /* a temp file, used to save text until all */ variable
143 DO_CLOSE(text_file); in done()
813 text_file = open_tmpfile("text_file"); in open_files()
H A Doutput.c1315 if (text_file == NULL) in output_stored_text()
1317 rewind(text_file); in output_stored_text()
1318 in = text_file; in output_stored_text()
H A Ddefs.h347 extern FILE *text_file;
H A Dreader.c890 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()
H A DCHANGES1796 * output.c: check validity of text_file before rewind