glh_line_matches_glob
static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr);
return glh_line_matches_glob(&lstr, &pstr);
if(glh_line_matches_glob(lstr, pstr))