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);
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()
2637 static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr) in glh_line_matches_glob()
2668 GlhLineStream old_lstr = *lstr; in glh_line_matches_glob()
2669 GlhLineStream old_pstr = *pstr; in glh_line_matches_glob()
[all …]