Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.h65 char *_glh_current_line(GlHistory *glh, char *line, size_t dim);
H A Dhistory.c865 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()