Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c211 static int _glh_prepare_for_recall(GlHistory *glh, char *line);
558 if(_glh_prepare_for_recall(glh, line)) in _glh_find_backwards()
819 if(_glh_prepare_for_recall(glh, line)) in _glh_oldest_line()
965 if(_glh_prepare_for_recall(glh, line)) in _glh_recall_line()
2495 static int _glh_prepare_for_recall(GlHistory *glh, char *line) in _glh_prepare_for_recall() function