Lines Matching refs:hent
93 struct hent { struct
94 struct hent *h_link; /* Forward hash link */ argument
100 static struct hent *hashtab[HSHSIZE]; /* Hash table proper */ argument
106 static struct hent *enter(const char *);
107 static struct hent *lookup(const char *);
227 struct hent *hp; in account()
282 struct hent **base; in dumpit()
283 struct hent *hp, **ap; in dumpit()
289 base = (struct hent **) malloc(hcount * sizeof(hp)); in dumpit()
322 struct hent *hp; in rewrite()
359 static struct hent *
362 struct hent *hp; in enter()
369 hp = (struct hent *) malloc(sizeof *hp); in enter()
387 static struct hent *
391 struct hent *hp; in lookup()
423 struct hent *h1, *h2; in qucmp()
426 h1 = *(struct hent **)a; in qucmp()
427 h2 = *(struct hent **)b; in qucmp()