Lines Matching refs:hfile
95 function vendor(hfile)
102 if (hfile)
104 vendors[nvendors, 2]) > hfile
111 if (hfile)
112 printf("\t/* ") > hfile
117 if (hfile)
118 printf("(") > hfile
124 if (hfile)
125 printf("%s", $f) > hfile
126 if (f < NF && hfile)
127 printf(" ") > hfile
132 if (hfile)
133 printf("%s", vendors[nvendors, i]) > hfile
134 if (f < NF && hfile)
135 printf(" ") > hfile
138 if (oparen && hfile)
139 printf(")") > hfile
140 if (ocomment && hfile)
141 printf(" */") > hfile
142 if (hfile)
143 printf("\n") > hfile
146 function product(hfile)
153 if (hfile)
156 products[nproducts, 3]) > hfile
163 if (hfile)
164 printf("\t/* ") > hfile
169 if (hfile)
170 printf("(") > hfile
176 if (hfile)
177 printf("%s", $f) > hfile
178 if (f < NF && hfile)
179 printf(" ") > hfile
184 if (hfile)
185 printf("%s", products[nproducts, i]) > hfile
186 if (f < NF && hfile)
187 printf(" ") > hfile
190 if (oparen && hfile)
191 printf(")") > hfile
192 if (ocomment && hfile)
193 printf(" */") > hfile
194 if (hfile)
195 printf("\n") > hfile
271 hfile="usbdevs.h"
273 hfile="/dev/stdout"
287 if (hfile) {
288 header(hfile)
289 header_guard(hfile)
294 vendor(hfile)
298 product(hfile)
303 if (hfile)
304 print $0 > hfile
311 if (hfile)
312 header_trailer(hfile)