Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c210 static GlhHashNode *_glh_discard_copy(GlHistory *glh, GlhHashNode *hnode);
484 hnode = _glh_discard_copy(glh, hnode); in _glh_add_history()
756 glh->prefix = _glh_discard_copy(glh, glh->prefix); in _glh_search_prefix()
1922 node->line = _glh_discard_copy(glh, node->line); in _glh_discard_line()
2259 static GlhHashNode *_glh_discard_copy(GlHistory *glh, GlhHashNode *hnode) in _glh_discard_copy() function