Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h53 int _glh_add_history(GlHistory *glh, const char *line, int force);
H A Dhistory.c401 int _glh_add_history(GlHistory *glh, const char *line, int force) in _glh_add_history() function
1251 if(_glh_add_history(glh, line, 1)) { in _glh_load_history()
2514 if(_glh_add_history(glh, line, 1)) in _glh_prepare_for_recall()
H A Dgetline.c12531 int status =_glh_add_history(gl->glh, line, 0);