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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c644 unsigned removeCount; member in struct:__anon4189
684 hashStats.removeCount,
685 hashStats.insertCount - hashStats.removeCount);
686 assert(hashStats.insertCount >= hashStats.removeCount);
846 hashStats.removeCount++;

Completed in 47 milliseconds