Home
last modified time | relevance | path

Searched refs:GlhLineSeg (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.c65 typedef struct GlhLineSeg GlhLineSeg; typedef
66 struct GlhLineSeg { struct
67 GlhLineSeg *next; /* The next sub-string of the history line */ argument
93 GlhLineSeg *head; /* The list of sub-strings which make up a line */
172 GlhLineSeg *buffer; /* An array of sub-line nodes to be partitioned */
175 GlhLineSeg *unused; /* The list of free nodes in buffer[] */
220 GlhLineSeg *seg; /* The line segment that the next character will */
299 glh->buffer = (GlhLineSeg *) malloc(sizeof(GlhLineSeg) * glh->nbuff); in _new_GlHistory()
310 GlhLineSeg *seg = glh->unused + i; in _new_GlHistory()
1021 GlhLineSeg *seg; /* One segment of a line being saved */ in _glh_save_history()
[all …]