Home
last modified time | relevance | path

Searched refs:Hlex (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/bin/csh/
H A Dhist.c93 if (sprlex(&h, &hp->Hlex) != -1) { in loadhist()
117 copylex(&np->Hlex, lp); in enthist()
120 np->Hlex.next = lp->next; in enthist()
121 lp->next->prev = &np->Hlex; in enthist()
122 np->Hlex.prev = lp->prev; in enthist()
123 lp->prev->next = &np->Hlex; in enthist()
133 freelex(&hp->Hlex); in hfree()
206 prlex(cshout, &hp->Hlex); in phist()
H A Dlex.c916 return (&enthist(-1000, &lexi, 0)->Hlex); in dosub()
1192 return (&hp->Hlex); in gethent()
1217 return (&hp->Hlex); in gethent()
1224 return (&hp->Hlex); in gethent()
1243 lp = hp->Hlex.next; in findev()
H A Dcsh.h466 struct wordent Hlex; member