Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c78 #define GLH_HASH_SIZE 113 macro
123 GlhHashBucket bucket[GLH_HASH_SIZE]; /* The buckets of the hash table */
274 for(i=0; i<GLH_HASH_SIZE; i++) in _new_GlHistory()
1707 for(i=0; i<GLH_HASH_SIZE; i++) { in _glh_resize_history()
1827 for(i=0; i<GLH_HASH_SIZE; i++) in _glh_clear_history()
2338 return glh->hash.bucket + (h % GLH_HASH_SIZE); in glh_find_bucket()