Searched refs:union_file (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/yacc/ |
| D | reader.c | 505 fprintf(union_file, "#ifndef YYSTYPE_DEFINED\n"); in copy_union() 506 fprintf(union_file, "#define YYSTYPE_DEFINED\n"); in copy_union() 507 fprintf(union_file, "typedef union"); in copy_union() 515 putc(c, union_file); in copy_union() 548 putc(c, union_file); in copy_union() 559 putc(c, union_file); in copy_union() 575 putc('*', union_file); in copy_union() 580 fprintf(union_file, "* "); in copy_union() 584 putc(c, union_file); in copy_union() 589 fprintf(union_file, "*/\n"); in copy_union() [all …]
|
| D | main.c | 71 FILE *union_file; /* a temp file, used to save the union */ variable 268 union_file = create_temp(); in open_files()
|
| D | defs.h | 240 extern FILE *union_file;
|
| D | output.c | 835 rewind(union_file); in output_defines() 836 while ((c = getc(union_file)) != EOF) in output_defines()
|