Searched refs:Hlex (Results 1 – 3 of 3) sorted by relevance
73 copylex(&np->Hlex, lp); in enthist()75 np->Hlex.next = lp->next; in enthist()76 lp->next->prev = &np->Hlex; in enthist()77 np->Hlex.prev = lp->prev; in enthist()78 lp->prev->next = &np->Hlex; in enthist()92 freelex(&hp->Hlex); in hfree()166 prlex(&hp->Hlex); in phist()
748 return (&enthist(-1000, &lex, 0)->Hlex); in dosub()1032 return (&hp->Hlex); in gethent()1057 return (&hp->Hlex); in gethent()1075 return (&hp->Hlex); in gethent()1093 struct wordent *lp = hp->Hlex.next; in findev()
455 struct wordent Hlex; member