Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcsh/
H A Dsh.hist.c86 histCount++; in hinsert()
102 assert(histCount > 0); in hremove()
103 histCount--; in hremove()
112 assert(histCount == 0); in discardExcess()
118 while (histCount > (unsigned)hlen && (np = Histlist.Hnext)) { in discardExcess()
130 if (histCount - (hlen >> 4) <= (unsigned)hlen) in discardExcess()
132 for (hp = &Histlist; histCount > (unsigned)hlen && in discardExcess()
675 histHashTableLength, histCount, hashStats.deleted); in displayHistStats()
741 if (histCount < histHashTableLength * 3 / 4) in createHistHashTable()
746 hlen > (int)histCount ? hlen : (int)histCount); in createHistHashTable()
[all …]