Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c168 struct GlHistory { struct
169 ErrMsg *err; /* The error-reporting buffer */
170 GlhLineSeg *buffer; /* An array of sub-line nodes to be partitioned */
172 int nbuff; /* The allocated dimension of buffer[] */
173 GlhLineSeg *unused; /* The list of free nodes in buffer[] */
174 GlhLineList list; /* A time ordered list of history lines */
175 GlhLineNode *recall; /* The last line recalled, or NULL if no recall */
199 static int _glh_cant_load_history(GlHistory *glh, const char *filename, argument
H A Dhistory.h41 typedef struct GlHistory GlHistory; typedef