FFACTOR
"FILL FACTOR ", hashp->FFACTOR,
hashp->FFACTOR = DEF_FFACTOR;
hashp->FFACTOR = info->ffactor;
nelem = (nelem - 1) / hashp->FFACTOR + 1;
(hashp->NKEYS / (hashp->MAX_BUCKET + 1) > hashp->FFACTOR))
if (hashp->FFACTOR == DEF_FFACTOR) {
hashp->FFACTOR = sp[0] >> 1;
if (hashp->FFACTOR < MIN_FFACTOR)
hashp->FFACTOR = MIN_FFACTOR;