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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h55 int _glh_add_history(GlHistory *glh, const char *line, int force);
H A Dhistory.c403 int _glh_add_history(GlHistory *glh, const char *line, int force) function
1253 if(_glh_add_history(glh, line, 1)) {
2516 if(_glh_add_history(glh, line, 1))
2520 * The above call to _glh_add_history() will have incremented the line
H A Dgetline.c12531 int status =_glh_add_history(gl->glh, line, 0);

Completed in 95 milliseconds