NENT
if ((mtab = calloc(NENT, sizeof (Entry))) == NULL) {
mend = &mtab[NENT];
tbsize = (NENT + oldsize) * sizeof (Entry);
sizeof (Entry) * NENT);