Home
last modified time | relevance | path

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

/titanic_44/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
68 char s[GLH_SEG_SIZE]; /* The sub-string. Beware that only the final */