hsearch_data
static int __hcreate_r(size_t nel, struct hsearch_data *htab)
static void __hdestroy_r(struct hsearch_data *htab)
static int __hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab)
static struct hsearch_data htab;
static int __hcreate_r(size_t, struct hsearch_data *);
static void __hdestroy_r(struct hsearch_data *);
static int __hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
static int resize(size_t nel, struct hsearch_data *htab)
static ENTRY *lookup(char *key, size_t hash, struct hsearch_data *htab)