Home
last modified time | relevance | path

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

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