Searched defs:GlhLineSeg (Results 1 – 1 of 1) sorted by relevance
65 typedef struct GlhLineSeg GlhLineSeg; typedef66 struct GlhLineSeg { struct67 GlhLineSeg *next; /* The next sub-string of the history line */ argument68 char s[GLH_SEG_SIZE]; /* The sub-string. Beware that only the final */