Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h69 typedef unsigned long GlhLineID; typedef
77 GlhLineID _glh_line_id(GlHistory *glh, int offset);
83 char *_glh_recall_line(GlHistory *glh, GlhLineID id, char *line, size_t dim);
138 int _glh_lookup_history(GlHistory *glh, GlhLineID id, const char **line,
H A Dhistory.c207 static GlhLineNode *_glh_find_id(GlHistory *glh, GlhLineID id);
915 GlhLineID _glh_line_id(GlHistory *glh, int offset) in _glh_line_id()
954 char *_glh_recall_line(GlHistory *glh, GlhLineID id, char *line, size_t dim) in _glh_recall_line()
1953 int _glh_lookup_history(GlHistory *glh, GlhLineID id, const char **line, in _glh_lookup_history()
2020 static GlhLineNode *_glh_find_id(GlHistory *glh, GlhLineID id) in _glh_find_id()
H A Dgetline.c441 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,