Searched refs:GlhLineID (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | history.h | 71 typedef unsigned long GlhLineID; typedef 79 GlhLineID _glh_line_id(GlHistory *glh, int offset); 85 char *_glh_recall_line(GlHistory *glh, GlhLineID id, char *line, size_t dim); 140 int _glh_lookup_history(GlHistory *glh, GlhLineID id, const char **line,
|
H A D | history.c | 209 static GlhLineNode *_glh_find_id(GlHistory *glh, GlhLineID id); 917 GlhLineID _glh_line_id(GlHistory *glh, int offset) in _glh_line_id() 956 char *_glh_recall_line(GlHistory *glh, GlhLineID id, char *line, size_t dim) in _glh_recall_line() 1955 int _glh_lookup_history(GlHistory *glh, GlhLineID id, const char **line, in _glh_lookup_history() 2022 static GlhLineNode *_glh_find_id(GlHistory *glh, GlhLineID id) in _glh_find_id()
|
H A D | getline.c | 442 GlhLineID preload_id; /* When not zero, this should be the ID of a */ 6795 GlhLineID id; /* The last history line recalled while entering this line */ in KT_KEY_FN() 9595 status = _glh_lookup_history(gl->glh, (GlhLineID) id, &line->line,
|