Searched defs:capmem (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c374 StringGroup *capmem; /* Memory for recording terminal capability */ member in struct:GetLine
1760 gl->capmem = NULL;
1908 gl->capmem = _new_StringGroup(CAPMEM_SEGMENT_SIZE);
1909 if(!gl->capmem)
2060 gl->capmem = _del_StringGroup(gl->capmem);
3547 _clr_StringGroup(gl->capmem);
3576 _clr_StringGroup(gl->capmem);
3673 return _sg_store_string(gl->capmem, value, 0);
3684 * of the string in gl->capmem
[all...]

Completed in 62 milliseconds