Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h58 char *_glh_find_forwards(GlHistory *glh, char *line, size_t dim);
H A Dhistory.c616 char *_glh_find_forwards(GlHistory *glh, char *line, size_t dim) in _glh_find_forwards() function
H A Dgetline.c5308 if(_glh_find_forwards(gl->glh, gl->line, gl->linelen+1) == NULL) in KT_KEY_FN()
5310 while(--count && _glh_find_forwards(gl->glh, gl->line, gl->linelen+1)) in KT_KEY_FN()
5427 if(_glh_find_forwards(gl->glh, gl->line, gl->linelen+1) == NULL) in KT_KEY_FN()