Home
last modified time | relevance | path

Searched refs:buff_used (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h157 void _glh_size_of_history(GlHistory *glh, size_t *buff_size, size_t *buff_used);
H A Dhistory.c2125 void _glh_size_of_history(GlHistory *glh, size_t *buff_size, size_t *buff_used) in _glh_size_of_history() argument
2133 if(buff_used) in _glh_size_of_history()
2134 *buff_used = glh->nbusy * GLH_SEG_SIZE; in _glh_size_of_history()