Searched refs:StringGroup (Results 1 – 6 of 6) sorted by relevance
50 typedef struct StringGroup StringGroup; typedef59 StringGroup *_new_StringGroup(int segment_size);65 void _clr_StringGroup(StringGroup *sg);73 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes);78 char *_sg_alloc_string(StringGroup *sg, int length);84 StringGroup *_del_StringGroup(StringGroup *sg);
63 struct StringGroup { struct87 StringGroup *_new_StringGroup(int segment_size) in _new_StringGroup()89 StringGroup *sg; /* The object to be returned */ in _new_StringGroup()100 sg = (StringGroup *) malloc(sizeof(StringGroup)); in _new_StringGroup()130 StringGroup *_del_StringGroup(StringGroup *sg) in _del_StringGroup()168 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes) in _sg_store_string()228 char *_sg_alloc_string(StringGroup *sg, int length) in _sg_alloc_string()287 void _clr_StringGroup(StringGroup *sg) in _clr_StringGroup()
77 StringGroup *sg; /* Memory for a group of strings */
103 StringGroup *sg; /* A list of string segments in which */
107 StringGroup *sg; /* The memory used to record the names of files */
374 StringGroup *capmem; /* Memory for recording terminal capability */