Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libtecla/common/
H A Dhistory.c252 GlHistory *glh; /* The object to be returned */ in _new_GlHistory() local
348 _del_GlHistory(GlHistory * glh) _del_GlHistory() argument
403 _glh_add_history(GlHistory * glh,const char * line,int force) _glh_add_history() argument
530 _glh_find_backwards(GlHistory * glh,char * line,size_t dim) _glh_find_backwards() argument
618 _glh_find_forwards(GlHistory * glh,char * line,size_t dim) _glh_find_forwards() argument
703 _glh_cancel_search(GlHistory * glh) _glh_cancel_search() argument
741 _glh_search_prefix(GlHistory * glh,const char * line,int prefix_len) _glh_search_prefix() argument
792 _glh_oldest_line(GlHistory * glh,char * line,size_t dim) _glh_oldest_line() argument
865 _glh_current_line(GlHistory * glh,char * line,size_t dim) _glh_current_line() argument
917 _glh_line_id(GlHistory * glh,int offset) _glh_line_id() argument
956 _glh_recall_line(GlHistory * glh,GlhLineID id,char * line,size_t dim) _glh_recall_line() argument
1009 _glh_save_history(GlHistory * glh,const char * filename,const char * comment,int max_lines) _glh_save_history() argument
1097 _glh_cant_save_history(GlHistory * glh,const char * message,const char * filename,FILE * fp) _glh_cant_save_history() argument
1155 _glh_load_history(GlHistory * glh,const char * filename,const char * comment,char * line,size_t dim) _glh_load_history() argument
1277 _glh_cant_load_history(GlHistory * glh,const char * filename,int lineno,const char * message,FILE * fp) _glh_cant_load_history() argument
1389 _glh_set_group(GlHistory * glh,unsigned group) _glh_set_group() argument
1425 _glh_get_group(GlHistory * glh) _glh_get_group() argument
1458 _glh_show_history(GlHistory * glh,GlWriteFn * write_fn,void * data,const char * fmt,int all_groups,int max_lines) _glh_show_history() argument
1629 _glh_resize_history(GlHistory * glh,size_t bufsize) _glh_resize_history() argument
1756 _glh_limit_history(GlHistory * glh,int max_lines) _glh_limit_history() argument
1803 _glh_clear_history(GlHistory * glh,int all_groups) _glh_clear_history() argument
1881 _glh_toggle_history(GlHistory * glh,int enable) _glh_toggle_history() argument
1896 _glh_discard_line(GlHistory * glh,GlhLineNode * node) _glh_discard_line() argument
1955 _glh_lookup_history(GlHistory * glh,GlhLineID id,const char ** line,unsigned * group,time_t * timestamp) _glh_lookup_history() argument
2022 _glh_find_id(GlHistory * glh,GlhLineID id) _glh_find_id() argument
2073 _glh_state_of_history(GlHistory * glh,int * enabled,unsigned * group,int * max_lines) _glh_state_of_history() argument
2103 _glh_range_of_history(GlHistory * glh,unsigned long * oldest,unsigned long * newest,int * nlines) _glh_range_of_history() argument
2127 _glh_size_of_history(GlHistory * glh,size_t * buff_size,size_t * buff_used) _glh_size_of_history() argument
2151 _glh_last_error(GlHistory * glh) _glh_last_error() argument
2169 _glh_acquire_copy(GlHistory * glh,const char * line,size_t n) _glh_acquire_copy() argument
2261 _glh_discard_copy(GlHistory * glh,GlhHashNode * hnode) _glh_discard_copy() argument
2331 glh_find_bucket(GlHistory * glh,const char * line,size_t n) glh_find_bucket() argument
2497 _glh_prepare_for_recall(GlHistory * glh,char * line) _glh_prepare_for_recall() argument
2538 _glh_search_active(GlHistory * glh) _glh_search_active() argument
[all...]
H A Dgetline.c367 GlHistory *glh; /* The line-history buffer */ member
[all...]