Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dhistory.c80 #define GLH_HASH_SIZE 113 macro
125 GlhHashBucket bucket[GLH_HASH_SIZE]; /* The buckets of the hash table */
276 for(i=0; i<GLH_HASH_SIZE; i++) in _new_GlHistory()
1709 for(i=0; i<GLH_HASH_SIZE; i++) { in _glh_resize_history()
1829 for(i=0; i<GLH_HASH_SIZE; i++) in _glh_clear_history()
2340 return glh->hash.bucket + (h % GLH_HASH_SIZE); in glh_find_bucket()