Lines Matching refs:hfile
50 function vendor(hfile)
57 if (hfile)
59 vendors[nvendors, 2]) > hfile
65 if (hfile)
66 printf("\t/* ") > hfile
71 if (hfile)
72 printf("(") > hfile
78 if (hfile)
79 printf("%s", $f) > hfile
80 if (f < NF && hfile)
81 printf(" ") > hfile
86 if (hfile)
87 printf("%s", vendors[nvendors, i]) > hfile
88 if (f < NF && hfile)
89 printf(" ") > hfile
92 if (oparen && hfile)
93 printf(")") > hfile
94 if (ocomment && hfile)
95 printf(" */") > hfile
96 if (hfile)
97 printf("\n") > hfile
100 function product(hfile)
107 if (hfile)
110 products[nproducts, 3]) > hfile
117 if (hfile)
118 printf("\t/* ") > hfile
123 if (hfile)
124 printf("(") > hfile
130 if (hfile)
131 printf("%s", $f) > hfile
132 if (f < NF && hfile)
133 printf(" ") > hfile
138 if (hfile)
139 printf("%s", products[nproducts, i]) > hfile
140 if (f < NF && hfile)
141 printf(" ") > hfile
144 if (oparen && hfile)
145 printf(")") > hfile
146 if (ocomment && hfile)
147 printf(" */") > hfile
148 if (hfile)
149 printf("\n") > hfile
152 function palias(hfile)
159 if (hfile)
161 $2, $3) > hfile
235 hfile="sdiodevs.h"
247 if (hfile)
248 header(hfile)
251 vendor(hfile)
255 product(hfile)
259 palias(hfile)
264 if (hfile)
265 print $0 > hfile