Lines Matching refs:hfile
54 function vendor(hfile)
61 if (hfile)
63 vendors[nvendors, 2]) > hfile
69 if (hfile)
70 printf("\t/* ") > hfile
75 if (hfile)
76 printf("(") > hfile
82 if (hfile)
83 printf("%s", $f) > hfile
84 if (f < NF && hfile)
85 printf(" ") > hfile
90 if (hfile)
91 printf("%s", vendors[nvendors, i]) > hfile
92 if (f < NF && hfile)
93 printf(" ") > hfile
96 if (oparen && hfile)
97 printf(")") > hfile
98 if (ocomment && hfile)
99 printf(" */") > hfile
100 if (hfile)
101 printf("\n") > hfile
104 function product(hfile)
111 if (hfile)
114 products[nproducts, 3]) > hfile
121 if (hfile)
122 printf("\t/* ") > hfile
127 if (hfile)
128 printf("(") > hfile
134 if (hfile)
135 printf("%s", $f) > hfile
136 if (f < NF && hfile)
137 printf(" ") > hfile
142 if (hfile)
143 printf("%s", products[nproducts, i]) > hfile
144 if (f < NF && hfile)
145 printf(" ") > hfile
148 if (oparen && hfile)
149 printf(")") > hfile
150 if (ocomment && hfile)
151 printf(" */") > hfile
152 if (hfile)
153 printf("\n") > hfile
227 hfile="usbdevs.h"
241 if (hfile)
242 header(hfile)
246 vendor(hfile)
250 product(hfile)
255 if (hfile)
256 print $0 > hfile