Home
last modified time | relevance | path

Searched refs:_sg_alloc_string (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstringrp.c179 copy = _sg_alloc_string(sg, len); in _sg_store_string()
226 char *_sg_alloc_string(StringGroup *sg, int length) in _sg_alloc_string() function
H A Dstringrp.h76 char *_sg_alloc_string(StringGroup *sg, int length);
H A Dcplmatch.c332 string = _sg_alloc_string(cpl->sg, word_end-word_start + len); in cpl_add_completion()
468 result->suffix = _sg_alloc_string(cpl->sg, length); in cpl_common_suffix()