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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c88 typedef struct GlhHashNode GlhHashNode; typedef in typeref:struct:GlhHashNode
89 struct GlhHashNode { struct
91 GlhHashNode *next; /* The next in the list of nodes within the */
102 * How many new GlhHashNode elements should be allocated at a time?
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 *line
[all...]

Completed in 69 milliseconds