Lines Matching refs:ENTRY
19 ENTRY *entries;
28 static int __hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
45 ENTRY *e, *newe;
46 ENTRY *oldtab = htab->__tab->entries;
82 static ENTRY *lookup(char *key, size_t hash, struct hsearch_data *htab)
85 ENTRY *e;
95 ENTRY *hsearch(ENTRY item, ACTION action)
97 ENTRY *e;
127 static int __hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab)
130 ENTRY *e = lookup(item.key, hash, htab);