Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.c82 typedef struct GlhHashBucket GlhHashBucket; typedef
90 GlhHashBucket *bucket; /* The parent hash-table bucket of this node */
114 struct GlhHashBucket { struct
118 static GlhHashBucket *glh_find_bucket(GlHistory *glh, const char *line, argument
120 static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line,
125 GlhHashBucket bucket[GLH_HASH_SIZE]; /* The buckets of the hash table */
1710 GlhHashBucket *b = glh->hash.bucket + i; in _glh_resize_history()
2172 GlhHashBucket *bucket; /* The hash-table bucket of the line */ in _glh_acquire_copy()
2264 GlhHashBucket *bucket = hnode->bucket; in _glh_discard_copy()
2331 static GlhHashBucket *glh_find_bucket(GlHistory *glh, const char *line, in glh_find_bucket()
[all …]