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
105 static int _glh_line_matches_prefix(GlhHashNode *line, GlhHashNode *prefix);
210 static GlhHashNode *_glh_discard_copy(GlHistory *glh, GlhHashNode *hnode);
230 static int glh_contains_glob(GlhHashNode *prefix);
531 GlhHashNode *old_line; /* The previous recalled line */ in _glh_find_backwards()
619 GlhHashNode *old_line; /* The previous recalled line */ in _glh_find_forwards()
1709 GlhHashNode *hnode; in _glh_resize_history()
2259 static GlhHashNode *_glh_discard_copy(GlHistory *glh, GlhHashNode *hnode) in _glh_discard_copy()
2415 static int _glh_line_matches_prefix(GlhHashNode *line, GlhHashNode *prefix) in _glh_line_matches_prefix()
[all …]