Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dhistory.h64 char *_glh_oldest_line(GlHistory *glh, char *line, size_t dim);
H A Dhistory.c792 char *_glh_oldest_line(GlHistory *glh, char *line, size_t dim) in _glh_oldest_line() function
H A Dgetline.c6692 if(_glh_oldest_line(gl->glh, gl->line, gl->linelen+1) == NULL) in KT_KEY_FN()