Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstringrp.c51 typedef struct StringSegment StringSegment; typedef
52 struct StringSegment { struct
53 StringSegment *next; /* A pointer to the next segment in the list */ argument
62 FreeList *node_mem; /* The StringSegment free-list */ argument