Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstringrp.h48 typedef struct StringGroup StringGroup; typedef
57 StringGroup *_new_StringGroup(int segment_size);
63 void _clr_StringGroup(StringGroup *sg);
71 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes);
76 char *_sg_alloc_string(StringGroup *sg, int length);
82 StringGroup *_del_StringGroup(StringGroup *sg);
H A Dstringrp.c61 struct StringGroup { struct
85 StringGroup *_new_StringGroup(int segment_size) in _new_StringGroup()
87 StringGroup *sg; /* The object to be returned */ in _new_StringGroup()
98 sg = (StringGroup *) malloc(sizeof(StringGroup)); in _new_StringGroup()
128 StringGroup *_del_StringGroup(StringGroup *sg) in _del_StringGroup()
166 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes) in _sg_store_string()
226 char *_sg_alloc_string(StringGroup *sg, int length) in _sg_alloc_string()
285 void _clr_StringGroup(StringGroup *sg) in _clr_StringGroup()
H A Dcplmatch.c75 StringGroup *sg; /* Memory for a group of strings */
H A Dexpand.c101 StringGroup *sg; /* A list of string segments in which */
H A Dpcache.c105 StringGroup *sg; /* The memory used to record the names of files */
H A Dgetline.c373 StringGroup *capmem; /* Memory for recording terminal capability */