hash_ent
struct hash_ent *next;
hash_ent **table;
ht->table = (hash_ent **)calloc(ht->max, sizeof(hash_ent *));
hash_ent *he, *next;
hash_ent *he, *next;
static hash_ent *
hash_ent *he;
he = (hash_ent *)malloc(sizeof(*he));
hash_ent **new_table, *he, *next;
new_table = (hash_ent **)calloc(newsize, sizeof(hash_ent *));
hash_ent *he, *curr;
hash_ent *he;
hash_ent *he, *prev = NULL;
struct hash_ent *next;
hash_ent **table;