Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h55 int _glh_search_prefix(GlHistory *glh, const char *line, int prefix_len);
H A Dgetline.c5245 if(_glh_search_prefix(gl->glh, gl->line, 0)) { in KT_KEY_FN()
5299 if(_glh_search_prefix(gl->glh, gl->line, 0)) { in KT_KEY_FN()
5357 _glh_search_prefix(gl->glh, gl->line, gl->buff_curpos + in KT_KEY_FN()
5419 _glh_search_prefix(gl->glh, gl->line, gl->buff_curpos + in KT_KEY_FN()
H A Dhistory.c739 int _glh_search_prefix(GlHistory *glh, const char *line, int prefix_len) in _glh_search_prefix() function