Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dhistory.h53 GlHistory *_del_GlHistory(GlHistory *glh);
H A Dhistory.c293 return _del_GlHistory(glh); in _new_GlHistory()
302 return _del_GlHistory(glh); in _new_GlHistory()
320 return _del_GlHistory(glh); in _new_GlHistory()
326 return _del_GlHistory(glh); in _new_GlHistory()
335 return _del_GlHistory(glh); in _new_GlHistory()
348 GlHistory *_del_GlHistory(GlHistory *glh) in _del_GlHistory() function
H A Dgetline.c2055 gl->glh = _del_GlHistory(gl->glh); in del_GetLine()