Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcsh/
H A Dsh.hist.c653 for (i = 0; i<histHashTableLength; i++) in checkHistHashTable()
662 histHashTableLength, occupied, deleted); in checkHistHashTable()
675 histHashTableLength, histCount, hashStats.deleted); in displayHistStats()
741 if (histCount < histHashTableLength * 3 / 4) in createHistHashTable()
745 histHashTableLength = getHashTableSize( in createHistHashTable()
786 if (rehashes >= histHashTableLength / 10) { in insertHistHashTable()
793 histHashTableLength); in insertHistHashTable()
797 createHistHashTable(histHashTableLength); in insertHistHashTable()
799 xprintf("to %d.\n", histHashTableLength); in insertHistHashTable()
866 if (deleted > (histHashTableLength>>4)) { in findHistHashTable()
[all …]