Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c86 typedef struct GlhHashNode GlhHashNode; typedef
87 struct GlhHashNode { struct
89 GlhHashNode *next; /* The next in the list of nodes within the */ argument
104 static int _glh_is_line(GlhHashNode *hash, const char *line, size_t n);
105 static int _glh_line_matches_prefix(GlhHashNode *line, GlhHashNode *prefix);
106 static void _glh_return_line(GlhHashNode *hash, char *line, size_t dim);
113 GlhHashNode *lines; /* The list of history lines which fall in this bucket */
118 static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line,
137 GlhHashNode *line; /* The hash-table entry of the history line */
179 GlhHashNode *prefix; /* A pointer to a line containing the prefix that */
[all …]