Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dstringrp.h50 typedef struct StringGroup StringGroup; typedef
59 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);
H A Dstringrp.c63 struct StringGroup { struct
87 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()
H A Dcplmatch.c77 StringGroup *sg; /* Memory for a group of strings */
H A Dexpand.c103 StringGroup *sg; /* A list of string segments in which */
H A Dpcache.c107 StringGroup *sg; /* The memory used to record the names of files */
H A Dgetline.c374 StringGroup *capmem; /* Memory for recording terminal capability */