Lines Matching refs:hfile
89 printf("struct isapnp_matchinfo {\n") > hfile
90 printf("\tconst char *name;\n") > hfile
91 printf("\tint variant;\n") > hfile
92 printf("};\n\n") > hfile
93 printf("struct isapnp_devinfo {\n") > hfile
94 printf("\tconst struct isapnp_matchinfo *devlogic;\n") > hfile
95 printf("\tint nlogic;\n") > hfile
96 printf("\tconst struct isapnp_matchinfo *devcompat;\n") > hfile
97 printf("\tint ncompat;\n") > hfile
98 printf("};\n\n") > hfile
107 hfile="isapnpdevs.h"
123 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
124 printf("/*\n") > hfile
126 > hfile
127 printf(" *\n") > hfile
128 printf(" * generated from:\n") > hfile
129 printf(" *\t%s\n", VERSION) > hfile
130 printf(" */\n") > hfile
131 printf("\n") > hfile
141 printf("/* %s */\n", driver[ndriver, 2]) > hfile
143 driver[ndriver, 1]) > hfile
170 print $0 > hfile
225 close(hfile)