Home
last modified time | relevance | path

Searched defs:glh (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c250 GlHistory *glh; /* The object to be returned */ in _new_GlHistory() local
346 GlHistory *_del_GlHistory(GlHistory *glh) in _del_GlHistory()
701 int _glh_cancel_search(GlHistory *glh) in _glh_cancel_search()
915 GlhLineID _glh_line_id(GlHistory *glh, int offset) in _glh_line_id()
1387 int _glh_set_group(GlHistory *glh, unsigned group) in _glh_set_group()
1423 int _glh_get_group(GlHistory *glh) in _glh_get_group()
1627 int _glh_resize_history(GlHistory *glh, size_t bufsize) in _glh_resize_history()
1754 void _glh_limit_history(GlHistory *glh, int max_lines) in _glh_limit_history()
1879 void _glh_toggle_history(GlHistory *glh, int enable) in _glh_toggle_history()
2149 const char *_glh_last_error(GlHistory *glh) in _glh_last_error()
[all …]
H A Dgetline.c366 GlHistory *glh; /* The line-history buffer */ member