Home
last modified time | relevance | path

Searched refs: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
64 StringSegment *head; /* The list of character arrays */
114 sg->node_mem = _new_FreeList(sizeof(StringSegment), STR_SEG_BLK); in _new_StringGroup()
131 StringSegment *node; in _del_StringGroup()
228 StringSegment *node; /* A node of the list of string segments */ in _sg_alloc_string()
246 node = (StringSegment *) _new_FreeListNode(sg->node_mem); in _sg_alloc_string()
287 StringSegment *node; /* A node in the list of string segments */ in _clr_StringGroup()