Lines Matching defs:sg
77 StringGroup *sg; /* Memory for a group of strings */
184 cpl->sg = NULL;
204 cpl->sg = _new_StringGroup(MAX_PATHLEN_FALLBACK);
206 cpl->sg = _new_StringGroup(_pu_pathname_dim());
208 if(!cpl->sg)
244 cpl->sg = _del_StringGroup(cpl->sg);
334 string = _sg_alloc_string(cpl->sg, word_end-word_start + len);
470 result->suffix = _sg_alloc_string(cpl->sg, length);
496 _clr_StringGroup(cpl->sg);