Home | History | Annotate | Download | only in pac

Lines Matching defs:hent

84 struct hent {
85 struct hent *h_link; /* Forward hash link */
91 static struct hent *hashtab[HSHSIZE]; /* Hash table proper */
97 static struct hent *enter(const char *);
98 static struct hent *lookup(const char *);
214 struct hent *hp;
251 struct hent **base;
252 struct hent *hp, **ap;
296 struct hent *hp;
333 static struct hent *
336 struct hent *hp;
343 hp = (struct hent *) calloc(sizeof *hp, 1);
361 static struct hent *
365 struct hent *hp;
397 const struct hent *h1, *h2;
400 h1 = *(const struct hent *const *)a;
401 h2 = *(const struct hent *const *)b;