Searched defs:glh (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | history.c | 252 GlHistory *glh; /* The object to be returned */ in _new_GlHistory() local 348 GlHistory *_del_GlHistory(GlHistory *glh) in _del_GlHistory() 403 int _glh_add_history(GlHistory *glh, const char *line, int force) in _glh_add_history() 530 char *_glh_find_backwards(GlHistory *glh, char *line, size_t dim) in _glh_find_backwards() 618 char *_glh_find_forwards(GlHistory *glh, char *line, size_t dim) in _glh_find_forwards() 703 int _glh_cancel_search(GlHistory *glh) in _glh_cancel_search() 741 int _glh_search_prefix(GlHistory *glh, const char *line, int prefix_len) in _glh_search_prefix() 792 char *_glh_oldest_line(GlHistory *glh, char *line, size_t dim) in _glh_oldest_line() 865 char *_glh_current_line(GlHistory *glh, char *line, size_t dim) in _glh_current_line() 917 GlhLineID _glh_line_id(GlHistory *glh, int offset) in _glh_line_id() [all …]
|
H A D | getline.c | 367 GlHistory *glh; /* The line-history buffer */ member
|