Searched refs:Hhash (Results 1 – 2 of 2) sorted by relevance
756 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()
1077 unsigned Hhash; /* hash value of command line */ member