Searched refs:_glh_add_history (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | history.h | 55 int _glh_add_history(GlHistory *glh, const char *line, int force);
|
H A D | history.c | 403 int _glh_add_history(GlHistory *glh, const char *line, int force) in _glh_add_history() function 1253 if(_glh_add_history(glh, line, 1)) { in _glh_load_history() 2516 if(_glh_add_history(glh, line, 1)) in _glh_prepare_for_recall()
|
H A D | getline.c | 12531 int status =_glh_add_history(gl->glh, line, 0);
|