Searched refs:GlhLineSeg (Results 1 – 1 of 1) sorted by relevance
63 typedef struct GlhLineSeg GlhLineSeg; typedef64 struct GlhLineSeg { struct65 GlhLineSeg *next; /* The next sub-string of the history line */ argument91 GlhLineSeg *head; /* The list of sub-strings which make up a line */170 GlhLineSeg *buffer; /* An array of sub-line nodes to be partitioned */173 GlhLineSeg *unused; /* The list of free nodes in buffer[] */218 GlhLineSeg *seg; /* The line segment that the next character will */297 glh->buffer = (GlhLineSeg *) malloc(sizeof(GlhLineSeg) * glh->nbuff); in _new_GlHistory()308 GlhLineSeg *seg = glh->unused + i; in _new_GlHistory()1019 GlhLineSeg *seg; /* One segment of a line being saved */ in _glh_save_history()[all …]