Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h63 char *_glh_current_line(GlHistory *glh, char *line, size_t dim);
H A Dhistory.c863 char *_glh_current_line(GlHistory *glh, char *line, size_t dim) in _glh_current_line() function
H A Dgetline.c6732 if(_glh_current_line(gl->glh, gl->line, gl->linelen+1) == NULL) in KT_KEY_FN()