Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dhistory.c88 typedef struct GlhHashNode GlhHashNode; typedef
89 struct GlhHashNode { struct
91 GlhHashNode *next; /* The next in the list of nodes within the */ argument
106 static int _glh_is_line(GlhHashNode *hash, const char *line, size_t n);
107 static int _glh_line_matches_prefix(GlhHashNode *line, GlhHashNode *prefix);
108 static void _glh_return_line(GlhHashNode *hash, char *line, size_t dim);
115 GlhHashNode *lines; /* The list of history lines which fall in this bucket */
120 static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line,
139 GlhHashNode *line; /* The hash-table entry of the history line */
181 GlhHashNode *prefix; /* A pointer to a line containing the prefix that */
[all …]