Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.hist.c73 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()
H A Dsh.lex.c748 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()
H A Dsh.h455 struct wordent Hlex; member