ATABSIZE
for (i = 0; i < ATABSIZE; i++) {
for (i = 0; i < ATABSIZE; i++)
return &atab[hashval % ATABSIZE];
static struct alias *atab[ATABSIZE];