Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.hist.c68 static unsigned histCount = 0; /* number elements on history list */ variable
86 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()
124 while (histCount > (unsigned)hlen && (np = histTail) != &Histlist) { 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()
[all …]