Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c235 static int glh_matches_range(char c, GlhLineStream *pstr);
2709 if(!lstr->c || !glh_matches_range(lstr->c, pstr)) in glh_line_matches_glob()
2754 static int glh_matches_range(char c, GlhLineStream *pstr) in glh_matches_range() function