htabof
if (htabof(i) == fcode) {
} else if ((long)htabof(i) < 0) /* Empty slot. */
if ((long)htabof(i) >= 0)
htabof(i) = fcode;