tails
struct tails *t, **hp;
hp = &tails[hash];
struct tails **p, *t, *next;
for (p = tails, i = TAILHSIZE; --i >= 0; p++) {
struct tails *t_next;
static struct tails *tails[TAILHSIZE];