Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c63 typedef struct GlhLineSeg GlhLineSeg; typedef
64 struct GlhLineSeg { struct
65 GlhLineSeg *next; /* The next sub-string of the history line */ argument
66 char s[GLH_SEG_SIZE]; /* The sub-string. Beware that only the final */