Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.hist.c756 assert(!hp->Hhash || hp->Hhash == lpHash); in createHistHashTable()
757 hp->Hhash = 0; /* force insert to new hash table */ in createHistHashTable()
773 if (np->Hhash != 0) { in insertHistHashTable()
775 assert(hashval == np->Hhash); in insertHistHashTable()
808 np->Hhash = hashval; in insertHistHashTable()
817 unsigned hi = np->Hhash; in removeHistHashTable()
864 else if (hp->Hhash == hashval && heq(lp, &(hp->Hlex))) in findHistHashTable()
1006 np->Hhash = 0; in enthist()
1041 if (hp->Hhash) in hfree()
H A Dsh.h1077 unsigned Hhash; /* hash value of command line */ member