verstring         108 dev/microcode/aic7xxx/aicasm_gram.y static void add_version(const char *verstring);
verstring        1911 dev/microcode/aic7xxx/aicasm_gram.y add_version(const char *verstring)
verstring        1918 dev/microcode/aic7xxx/aicasm_gram.y 	newlen = strlen(verstring) + strlen(prefix);
verstring        1926 dev/microcode/aic7xxx/aicasm_gram.y 	for (p = &versions[oldlen + strlen(prefix)], q = verstring; *q; q++) {