Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c104 static int _glh_is_line(GlhHashNode *hash, const char *line, size_t n);
2361 if(_glh_is_line(node, line, n)) in glh_find_hash_node()
2381 static int _glh_is_line(GlhHashNode *hash, const char *line, size_t n) in _glh_is_line() function
2505 !_glh_is_line(glh->recall->line, line, strlen(line))) { in _glh_prepare_for_recall()