Lines Matching refs:Hlex
755 unsigned lpHash = hashhist(&hp->Hlex); in createHistHashTable()
864 else if (hp->Hhash == hashval && heq(lp, &(hp->Hlex))) in findHistHashTable()
970 if (pp->Hnext && heq(lp, &(pp->Hnext->Hlex))) { in enthist()
993 copylex(&np->Hlex, lp); in enthist()
1000 np->Hlex.next = lp->next; in enthist()
1001 lp->next->prev = &np->Hlex; in enthist()
1002 np->Hlex.prev = lp->prev; in enthist()
1003 lp->prev->next = &np->Hlex; in enthist()
1014 if (heq(&p->Hlex, &np->Hlex)) { in enthist()
1043 freelex(&hp->Hlex); in hfree()
1077 prlex(&hp->Hlex); in phist()
1204 istr = sprlex(&hp->Hlex); in fmthist()