Searched refs:GlhHashNode (Results 1 – 1 of 1) sorted by relevance
86 typedef struct GlhHashNode GlhHashNode; typedef87 struct GlhHashNode { struct89 GlhHashNode *next; /* The next in the list of nodes within the */ argument104 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 …]