Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h46 GlHistory *_new_GlHistory(size_t buflen);
H A Dhistory.c248 GlHistory *_new_GlHistory(size_t buflen) in _new_GlHistory() function
H A Dgetline.c1886 gl->glh = _new_GlHistory(histlen); in new_GetLine()