Searched refs:Hlex (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/tcsh-6/ |
| HD | sh.hist.c | 768 unsigned lpHash = hashhist(&hp->Hlex); in createHistHashTable() 877 else if (hp->Hhash == hashval && heq(lp, &(hp->Hlex))) in findHistHashTable() 983 if (pp->Hnext && heq(lp, &(pp->Hnext->Hlex))) { in enthist() 1006 copylex(&np->Hlex, lp); in enthist() 1013 np->Hlex.next = lp->next; in enthist() 1014 lp->next->prev = &np->Hlex; in enthist() 1015 np->Hlex.prev = lp->prev; in enthist() 1016 lp->prev->next = &np->Hlex; in enthist() 1027 if (heq(&p->Hlex, &np->Hlex)) { in enthist() 1056 freelex(&hp->Hlex); in hfree() [all …]
|
| HD | ed.chared.c | 481 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() 1003 p = sprlex(&hp->Hlex); in GetHistLine() [all …]
|
| HD | sh.lex.c | 977 return &(hst->Hlex); in dosub() 1274 return (&hp->Hlex); in gethent() 1301 return (&hp->Hlex); in gethent() 1308 return (&hp->Hlex); in gethent() 1324 struct wordent *lp = hp->Hlex.next; in findev()
|
| HD | sh.h | 1076 struct wordent Hlex; member
|