Searched defs:_glh_discard_line (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c208 static void _glh_discard_line(GlHistory *glh, GlhLineNode *node);
459 _glh_discard_line(glh, glh->list.head);
719 * glh->recall to NULL before calling _glh_discard_line(), to avoid an
726 _glh_discard_line(glh, glh->list.tail);
1696 _glh_discard_line(glh, glh->list.head);
1783 _glh_discard_line(glh, glh->list.head);
1867 _glh_discard_line(glh, node);
1896 static void _glh_discard_line(GlHistory *glh, GlhLineNode *node) function
2200 _glh_discard_line(glh, glh->list.head);

Completed in 65 milliseconds