Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c234 static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr);
2436 return glh_line_matches_glob(&lstr, &pstr); in _glh_line_matches_prefix()
2637 static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr) in glh_line_matches_glob() function
2670 if(glh_line_matches_glob(lstr, pstr)) in glh_line_matches_glob()