Home
last modified time | relevance | path

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

/trueos/contrib/tcsh/
HDsh.hist.c759 unsigned lpHash = hashhist(&hp->Hlex); in createHistHashTable()
868 else if (hp->Hhash == hashval && heq(lp, &(hp->Hlex))) in findHistHashTable()
974 if (pp->Hnext && heq(lp, &(pp->Hnext->Hlex))) { in enthist()
997 copylex(&np->Hlex, lp); in enthist()
1004 np->Hlex.next = lp->next; in enthist()
1005 lp->next->prev = &np->Hlex; in enthist()
1006 np->Hlex.prev = lp->prev; in enthist()
1007 lp->prev->next = &np->Hlex; in enthist()
1018 if (heq(&p->Hlex, &np->Hlex)) { in enthist()
1047 freelex(&hp->Hlex); in hfree()
[all …]
HDed.chared.c485 buf = expand_lex(&h->Hlex, 1, 1); in c_expand()
489 if ((l = (h->Hlex).prev) != 0) in c_expand()
494 buf = expand_lex(&h->Hlex, 1, INT_MAX); in c_expand()
500 buf = expand_lex(&h->Hlex, 0, INT_MAX); in c_expand()
546 if ((l = &h->Hlex) != 0) { in c_expand()
574 if ((l = h->Hlex.prev) != 0) { in c_expand()
575 for (l = l->prev; l != h->Hlex.next; l = l->prev, dval++) in c_expand()
600 buf = expand_lex(&h->Hlex, from, to); in c_expand()
603 buf = expand_lex(&h->Hlex, 0, INT_MAX); in c_expand()
997 p = sprlex(&hp->Hlex); in GetHistLine()
[all …]
HDsh.lex.c938 return &(hst->Hlex); in dosub()
1231 return (&hp->Hlex); in gethent()
1258 return (&hp->Hlex); in gethent()
1265 return (&hp->Hlex); in gethent()
1281 struct wordent *lp = hp->Hlex.next; in findev()
HDsh.h1059 struct wordent Hlex; member