Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtecla/common/
H A Dhistory.c107 static int _glh_line_matches_prefix(GlhHashNode *line, GlhHashNode *prefix);
577 !_glh_line_matches_prefix(node->line, glh->prefix))) in _glh_find_backwards()
659 !_glh_line_matches_prefix(node->line, glh->prefix))) in _glh_find_forwards()
2417 static int _glh_line_matches_prefix(GlhHashNode *line, GlhHashNode *prefix) in _glh_line_matches_prefix() function