Hashentry
Hashentry *h = _search(htab, ptr);
Hashentry **tabptr;
h = (Hashentry *) malloc(sizeof(Hashentry));
Hashentry *h;
Hashentry **h, *g;
static Hashentry *_search(Hashtab * htab, /* The hash table */
htab = (Hashtab *) malloc(sizeof(Hashtab) + (sz - 1) * sizeof(Hashentry *));
static Hashentry *
Hashentry *hptr;
Hashentry *tmp;
Hashentry *tab[1]; /* The table */