Lines Matching refs:hfile
35 hfile="ediddevs.h"
50 printf("/*\n") > hfile
52 > hfile
53 printf(" *\n") > hfile
54 printf(" * generated from:\n") > hfile
55 printf(" *\t%s\n", VERSION) > hfile
56 printf(" */\n") > hfile
68 printf("#define\tEDID_VENDOR_%s\t\"", vendors[nvendors, 1]) > hfile
74 printf("(") > hfile
80 printf("%s", $f) > hfile
85 printf("%s", vendors[nvendors, i]) > hfile
87 printf(" ") > hfile
91 printf(")") > hfile
92 printf("\"") > hfile
93 printf("\n") > hfile
105 products[nproducts, 2], products[nproducts, 3]) > hfile
111 printf("\t\t/* ") > hfile
116 printf("(") > hfile
122 printf("%s", $f) > hfile
124 printf(" ") > hfile
129 printf("%s", products[nproducts, i]) > hfile
131 printf(" ") > hfile
135 printf(")") > hfile
137 printf(" */") > hfile
138 printf("\n") > hfile
146 print $0 > hfile
189 close(hfile)