Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c74 copylex(&np->Hlex, lp); in enthist()
76 np->Hlex.next = lp->next; in enthist()
77 lp->next->prev = &np->Hlex; in enthist()
78 np->Hlex.prev = lp->prev; in enthist()
79 lp->prev->next = &np->Hlex; in enthist()
93 freelex(&hp->Hlex); in hfree()
167 prlex(&hp->Hlex); in phist()
H A Dsh.lex.c755 return (&enthist(-1000, &lex, 0)->Hlex); in dosub()
1039 return (&hp->Hlex); in gethent()
1064 return (&hp->Hlex); in gethent()
1082 return (&hp->Hlex); in gethent()
1100 struct wordent *lp = hp->Hlex.next; in findev()
H A Dsh.h433 struct wordent Hlex; member