Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c223 } GlhLineStream; typedef
224 static void glh_init_stream(GlhLineStream *str, GlhHashNode *line);
225 static void glh_step_stream(GlhLineStream *str);
234 static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr);
235 static int glh_matches_range(char c, GlhLineStream *pstr);
2417 GlhLineStream lstr; /* The stream that is used to traverse 'line' */ in _glh_line_matches_prefix()
2418 GlhLineStream pstr; /* The stream that is used to traverse 'prefix' */ in _glh_line_matches_prefix()
2553 static void glh_init_stream(GlhLineStream *str, GlhHashNode *line) in glh_init_stream()
2568 static void glh_step_stream(GlhLineStream *str) in glh_step_stream()
2598 GlhLineStream pstr; /* The stream that is used to traverse 'prefix' */ in glh_contains_glob()
[all …]