Searched defs:GLH_HASH_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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++)
1709 for(i=0; i<GLH_HASH_SIZE; i++) {
1829 for(i=0; i<GLH_HASH_SIZE; i++)
2340 return glh->hash.bucket + (h % GLH_HASH_SIZE);

Completed in 132 milliseconds