Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtecla/common/
H A Dstringrp.c53 typedef struct StringSegment StringSegment; typedef
54 struct StringSegment { struct
55 StringSegment *next; /* A pointer to the next segment in the list */ argument
66 StringSegment *head; /* The list of character arrays */
116 sg->node_mem = _new_FreeList(sizeof(StringSegment), STR_SEG_BLK); in _new_StringGroup()
133 StringSegment *node; in _del_StringGroup()
230 StringSegment *node; /* A node of the list of string segments */ in _sg_alloc_string()
248 node = (StringSegment *) _new_FreeListNode(sg->node_mem); in _sg_alloc_string()
289 StringSegment *node; /* A node in the list of string segments */ in _clr_StringGroup()