Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtecla/common/
H A Dstringrp.h59 StringGroup *_new_StringGroup(int segment_size);
H A Dstringrp.c87 StringGroup *_new_StringGroup(int segment_size) in _new_StringGroup() function
H A Dcplmatch.c204 cpl->sg = _new_StringGroup(MAX_PATHLEN_FALLBACK); in new_WordCompletion()
206 cpl->sg = _new_StringGroup(_pu_pathname_dim()); in new_WordCompletion()
H A Dexpand.c199 ef->sg = _new_StringGroup(_pu_pathname_dim()); in new_ExpandFile()
H A Dpcache.c737 cm->sg = _new_StringGroup(_pu_pathname_dim()); in new_CacheMem()
H A Dgetline.c1908 gl->capmem = _new_StringGroup(CAPMEM_SEGMENT_SIZE); in new_GetLine()