GlhLineStream
static void glh_init_stream(GlhLineStream *str, GlhHashNode *line);
static void glh_step_stream(GlhLineStream *str);
static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr);
static int glh_matches_range(char c, GlhLineStream *pstr);
GlhLineStream lstr; /* The stream that is used to traverse 'line' */
GlhLineStream pstr; /* The stream that is used to traverse 'prefix' */
static void glh_init_stream(GlhLineStream *str, GlhHashNode *line)
static void glh_step_stream(GlhLineStream *str)
GlhLineStream pstr; /* The stream that is used to traverse 'prefix' */
static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr)
GlhLineStream old_lstr = *lstr;
GlhLineStream old_pstr = *pstr;
static int glh_matches_range(char c, GlhLineStream *pstr)