Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.c212 static GlhHashNode *_glh_discard_copy(GlHistory *glh, GlhHashNode *hnode);
486 hnode = _glh_discard_copy(glh, hnode); in _glh_add_history()
758 glh->prefix = _glh_discard_copy(glh, glh->prefix); in _glh_search_prefix()
1924 node->line = _glh_discard_copy(glh, node->line); in _glh_discard_line()
2261 static GlhHashNode *_glh_discard_copy(GlHistory *glh, GlhHashNode *hnode) in _glh_discard_copy() function