Searched defs:GlHistory (Results 1 – 2 of 2) sorted by relevance
170 struct GlHistory { struct171 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
43 typedef struct GlHistory GlHistory; typedef