Home
last modified time | relevance | path

Searched refs:Hhash (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/tcsh-6/
HDsh.hist.c769 assert(!hp->Hhash || hp->Hhash == lpHash); in createHistHashTable()
770 hp->Hhash = 0; /* force insert to new hash table */ in createHistHashTable()
786 if (np->Hhash != 0) { in insertHistHashTable()
788 assert(hashval == np->Hhash); in insertHistHashTable()
821 np->Hhash = hashval; in insertHistHashTable()
830 unsigned hi = np->Hhash; in removeHistHashTable()
877 else if (hp->Hhash == hashval && heq(lp, &(hp->Hlex))) in findHistHashTable()
1019 np->Hhash = 0; in enthist()
1054 if (hp->Hhash) in hfree()
HDsh.h1082 unsigned Hhash; /* hash value of command line */ member