Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h41 typedef struct GlHistory GlHistory; typedef
46 GlHistory *_new_GlHistory(size_t buflen);
51 GlHistory *_del_GlHistory(GlHistory *glh);
60 int _glh_cancel_search(GlHistory *glh);
77 GlhLineID _glh_line_id(GlHistory *glh, int offset);
102 int _glh_set_group(GlHistory *glh, unsigned group);
103 int _glh_get_group(GlHistory *glh);
121 void _glh_limit_history(GlHistory *glh, int max_lines);
132 void _glh_toggle_history(GlHistory *glh, int enable);
162 const char *_glh_last_error(GlHistory *glh);
[all …]
H A Dhistory.c168 struct GlHistory { struct
248 GlHistory *_new_GlHistory(size_t buflen) in _new_GlHistory()
250 GlHistory *glh; /* The object to be returned */ in _new_GlHistory()
255 glh = (GlHistory *) malloc(sizeof(GlHistory)); in _new_GlHistory()
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()
2149 const char *_glh_last_error(GlHistory *glh) in _glh_last_error()
[all …]
H A Dgetline.c366 GlHistory *glh; /* The line-history buffer */