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()
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()
1077 prlex(&hp->Hlex); in phist()
[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()
542 if ((l = &h->Hlex) != 0) { in c_expand()
570 if ((l = h->Hlex.prev) != 0) { in c_expand()
1002 p = sprlex(&hp->Hlex); in GetHistLine()
1735 p = sprlex(&hp->Hlex); in e_toggle_hist()
1882 hp->histline = sprlex(&hp->Hlex); in e_up_search_hist()
1886 hl = sprlex(&hp->Hlex); in e_up_search_hist()
1945 hl = sprlex(&hp->Hlex); in e_down_search_hist()
2124 wp = (hp->Hlex).prev; in e_last_item()
[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