Home
last modified time | relevance | path

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

/original-bsd/bin/csh/
H A Dhist.c69 copylex(&np->Hlex, lp);
72 np->Hlex.next = lp->next;
73 lp->next->prev = &np->Hlex;
74 np->Hlex.prev = lp->prev;
75 lp->prev->next = &np->Hlex;
87 freelex(&hp->Hlex);
161 prlex(cshout, &hp->Hlex);
H A Dlex.c889 return (&enthist(-1000, &lexi, 0)->Hlex);
1188 return (&hp->Hlex);
1214 return (&hp->Hlex);
1221 return (&hp->Hlex);
1238 register struct wordent *lp = hp->Hlex.next;
H A Dcsh.h444 struct wordent Hlex; member