Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.c225 } GlhLineStream; typedef
226 static void glh_init_stream(GlhLineStream *str, GlhHashNode *line);
227 static void glh_step_stream(GlhLineStream *str);
236 static int glh_line_matches_glob(GlhLineStream *lstr, GlhLineStream *pstr);
237 static int glh_matches_range(char c, GlhLineStream *pstr);
2419 GlhLineStream lstr; /* The stream that is used to traverse 'line' */ in _glh_line_matches_prefix()
2420 GlhLineStream pstr; /* The stream that is used to traverse 'prefix' */ in _glh_line_matches_prefix()
2555 static void glh_init_stream(GlhLineStream *str, GlhHashNode *line) in glh_init_stream()
2570 static void glh_step_stream(GlhLineStream *str) in glh_step_stream()
2600 GlhLineStream pstr; /* The stream that is used to traverse 'prefix' */ in glh_contains_glob()
[all …]