Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Dmain.c75 FILE *union_file; /* a temp file, used to save the union */ variable
144 DO_CLOSE(union_file); in done()
844 union_file = open_tmpfile("union_file"); in open_files()
H A Doutput.c1290 if (union_file != 0) in output_defines()
1292 rewind(union_file); in output_defines()
1293 while ((c = getc(union_file)) != EOF) in output_defines()
H A Ddefs.h348 extern FILE *union_file;
H A Dreader.c963 fputs(s, union_file); in puts_both()
972 putc(c, union_file); in putc_both()
H A DCHANGES4419 also while testing that, found a case where the union_file is unused; added
5005 a union copied to the union_file may be missing the end of the last line.
5521 Debian #322858 (don't close union_file, which contained data).