Home | History | Annotate | Download | only in base

Lines Matching defs:hashentry

40 struct hashentry {
41 struct hashentry **prev;
42 struct hashentry *next;
49 struct hashentry **tab;
56 struct hashentry **h, *g, *i;
151 static struct hashentry *
155 struct hashentry *p;
176 struct hashentry *p;
196 struct hashentry *p;
217 struct hashentry **tabptr, *h;
256 struct hashentry *h = _search(dict, key);
281 struct hashentry **h, *g;
299 struct hashentry **h, *g;