| pack.c | 88 struct tails { struct 89 struct tails *t_next; 93 static struct tails *tails[TAILHSIZE]; variable in typeref:struct:tails * [] 273 struct tails *t, **hp; 276 hp = &tails[hash]; 359 struct tails **p, *t, *next; 362 for (p = tails, i = TAILHSIZE; --i >= 0; p++) {
|