Searched defs:GlhLineSeg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c53 * characters. To avoid wasting space in the GlhLineSeg structure,
59 * GlhLineSeg structures contain fixed sized segments of a larger
65 typedef struct GlhLineSeg GlhLineSeg; typedef in typeref:struct:GlhLineSeg
66 struct GlhLineSeg { struct
67 GlhLineSeg *next; /* The next sub-string of the history line */
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 *se
[all...]

Completed in 64 milliseconds