Symbol: GlhLineSeg
usr/src/lib/libtecla/common/history.c
1019
GlhLineSeg *seg; /* One segment of a line being saved */
usr/src/lib/libtecla/common/history.c
1461
GlhLineSeg *seg; /* One segment of a line being displayed */
usr/src/lib/libtecla/common/history.c
1655
glh->buffer = (GlhLineSeg *) malloc(sizeof(GlhLineSeg) * nbuff);
usr/src/lib/libtecla/common/history.c
1667
GlhLineSeg *seg = glh->unused + i;
usr/src/lib/libtecla/common/history.c
1687
GlhLineSeg *buffer; /* The resized buffer */
usr/src/lib/libtecla/common/history.c
1698
buffer = (GlhLineSeg *) malloc(nbuff * sizeof(GlhLineSeg));
usr/src/lib/libtecla/common/history.c
170
GlhLineSeg *buffer; /* An array of sub-line nodes to be partitioned */
usr/src/lib/libtecla/common/history.c
1711
GlhLineSeg *seg = hnode->head;
usr/src/lib/libtecla/common/history.c
173
GlhLineSeg *unused; /* The list of free nodes in buffer[] */
usr/src/lib/libtecla/common/history.c
1836
GlhLineSeg *seg = glh->unused + i;
usr/src/lib/libtecla/common/history.c
218
GlhLineSeg *seg; /* The line segment that the next character will */
usr/src/lib/libtecla/common/history.c
2185
GlhLineSeg *seg; /* A line segment */
usr/src/lib/libtecla/common/history.c
2288
GlhLineSeg *tail; /* The last node in the list of line segments */
usr/src/lib/libtecla/common/history.c
2383
GlhLineSeg *seg; /* A node in the list of line segments */
usr/src/lib/libtecla/common/history.c
2467
GlhLineSeg *seg; /* A node in the list of line segments */
usr/src/lib/libtecla/common/history.c
297
glh->buffer = (GlhLineSeg *) malloc(sizeof(GlhLineSeg) * glh->nbuff);
usr/src/lib/libtecla/common/history.c
308
GlhLineSeg *seg = glh->unused + i;
usr/src/lib/libtecla/common/history.c
63
typedef struct GlhLineSeg GlhLineSeg;
usr/src/lib/libtecla/common/history.c
65
GlhLineSeg *next; /* The next sub-string of the history line */
usr/src/lib/libtecla/common/history.c
91
GlhLineSeg *head; /* The list of sub-strings which make up a line */