Lines Matching refs:hent
74 struct hent { struct
75 struct hent *h_link; /* Forward hash link */ argument
81 static struct hent *hashtab[HSHSIZE]; /* Hash table proper */ argument
89 static struct hent *enter(const char _name[]);
90 static struct hent *lookup(const char _name[]);
204 register struct hent *hp; in account()
243 struct hent **base; in dumpit()
244 register struct hent *hp, **ap; in dumpit()
251 base = (struct hent **) calloc(hcount, sizeof(hp)); in dumpit()
282 register struct hent *hp; in rewrite()
319 static struct hent *
322 register struct hent *hp; in enter()
329 hp = (struct hent *) calloc(1, sizeof(*hp)); in enter()
343 static struct hent *
347 register struct hent *hp; in lookup()
394 register const struct hent *h1, *h2; in qucmp()
397 h1 = *(const struct hent * const *)a; in qucmp()
398 h2 = *(const struct hent * const *)b; in qucmp()