Searched refs:union_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/yacc/
H A Dmain.c79 FILE *union_file; /* a temp file, used to save the union */ variable
118 if (union_file) { fclose(union_file); unlink(union_file_name); }
381 if (fd < 0 || (union_file = fdopen(fd, "w")) == NULL) {
403 union_file = fopen(union_file_name, "w");
404 if (union_file == 0)
H A Doutput.c909 fclose(union_file);
910 union_file = fopen(union_file_name, "r");
911 if (union_file == NULL) open_error(union_file_name);
912 while ((c = getc(union_file)) != EOF)

Completed in 50 milliseconds