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()
401 int _glh_add_history(GlHistory *glh, const char *line, int force) in _glh_add_history()
528 char *_glh_find_backwards(GlHistory *glh, char *line, size_t dim) in _glh_find_backwards()
616 char *_glh_find_forwards(GlHistory *glh, char *line, size_t dim) in _glh_find_forwards()
701 int _glh_cancel_search(GlHistory *glh) in _glh_cancel_search()
739 int _glh_search_prefix(GlHistory *glh, const char *line, int prefix_len) in _glh_search_prefix()
790 char *_glh_oldest_line(GlHistory *glh, char *line, size_t dim) in _glh_oldest_line()
863 char *_glh_current_line(GlHistory *glh, char *line, size_t dim) in _glh_current_line()
915 GlhLineID _glh_line_id(GlHistory *glh, int offset) in _glh_line_id()
[all …]
H A Dgetline.c366 GlHistory *glh; /* The line-history buffer */ member