Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.hist.c755 unsigned lpHash = hashhist(&hp->Hlex); in createHistHashTable()
864 else if (hp->Hhash == hashval && heq(lp, &(hp->Hlex))) in findHistHashTable()
970 if (pp->Hnext && heq(lp, &(pp->Hnext->Hlex))) { in enthist()
993 copylex(&np->Hlex, lp); in enthist()
1000 np->Hlex.next = lp->next; in enthist()
1001 lp->next->prev = &np->Hlex; in enthist()
1002 np->Hlex.prev = lp->prev; in enthist()
1003 lp->prev->next = &np->Hlex; in enthist()
1014 if (heq(&p->Hlex, &np->Hlex)) { in enthist()
1043 freelex(&hp->Hlex); in hfree()
[all …]
H A Ded.chared.c481 buf = expand_lex(&h->Hlex, 1, 1); in c_expand()
485 if ((l = (h->Hlex).prev) != 0) in c_expand()
490 buf = expand_lex(&h->Hlex, 1, INT_MAX); in c_expand()
496 buf = expand_lex(&h->Hlex, 0, INT_MAX); in c_expand()
542 if ((l = &h->Hlex) != 0) { in c_expand()
570 if ((l = h->Hlex.prev) != 0) { in c_expand()
571 for (l = l->prev; l != h->Hlex.next; l = l->prev, dval++) in c_expand()
596 buf = expand_lex(&h->Hlex, from, to); in c_expand()
599 buf = expand_lex(&h->Hlex, 0, INT_MAX); in c_expand()
1002 p = sprlex(&hp->Hlex); in GetHistLine()
[all …]
H A Dsh.lex.c954 return &(hst->Hlex); in dosub()
1251 return (&hp->Hlex); in gethent()
1278 return (&hp->Hlex); in gethent()
1285 return (&hp->Hlex); in gethent()
1301 struct wordent *lp = hp->Hlex.next; in findev()
H A Dsh.h1071 struct wordent Hlex; member