Home | History | Annotate | Download | only in pcmcia

Lines Matching refs:nvendors

86 	nproducts = nvendors = blanklines = 0
117 nvendors++
119 vendorindex[$2] = nvendors; # record index for this name, for later.
120 vendors[nvendors, 1] = $2; # name
121 vendors[nvendors, 2] = $3; # id
122 printf("#define\tPCMCIA_VENDOR_%s\t%s\t", vendors[nvendors, 1],
123 vendors[nvendors, 2]) > hfile
124 vendors[nvendors, 3] = collectline(4, line)
125 printf("/* %s */\n", vendors[nvendors, 3]) > hfile
225 for (i = 1; i <= nvendors; i++) {