Home
last modified time | relevance | path

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

/dports/devel/libtecla/libtecla/
H A Dhistory.c218 } GlhLineStream; typedef
219 static void glh_init_stream(GlhLineStream *str, GlhHashNode *line);
220 static void glh_step_stream(GlhLineStream *str);
229 static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr);
230 static int glh_matches_range(char c, GlhLineStream *pstr);
2548 static void glh_init_stream(GlhLineStream *str, GlhHashNode *line) in glh_init_stream()
2563 static void glh_step_stream(GlhLineStream *str) in glh_step_stream()
2632 static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr) in glh_line_matches_glob()
2663 GlhLineStream old_lstr = *lstr; in glh_line_matches_glob()
2664 GlhLineStream old_pstr = *pstr; in glh_line_matches_glob()
[all …]