item_t
static item_t **nfp_hash;
nfp_hash = s_zalloc(NFP_HASH_SZ * sizeof (item_t *));
static item_t *
item_t *ip;
item_t *ip;
ip = s_zalloc(sizeof (item_t));
item_t *ip;
static item_t *nfphash_lookup(char *key);