Searched refs:removeCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dsh.hist.c641 unsigned removeCount; member in struct:__anon6259
681 hashStats.removeCount,
682 hashStats.insertCount - hashStats.removeCount);
683 assert(hashStats.insertCount >= hashStats.removeCount);
842 hashStats.removeCount++;

Completed in 93 milliseconds