Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c105 static int _glh_line_matches_prefix(GlhHashNode *line, GlhHashNode *prefix);
575 !_glh_line_matches_prefix(node->line, glh->prefix))) in _glh_find_backwards()
657 !_glh_line_matches_prefix(node->line, glh->prefix))) in _glh_find_forwards()
2415 static int _glh_line_matches_prefix(GlhHashNode *line, GlhHashNode *prefix) in _glh_line_matches_prefix() function