Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhistory.h159 void _glh_size_of_history(GlHistory *glh, size_t *buff_size, size_t *buff_used);
H A Dhistory.c2127 void _glh_size_of_history(GlHistory *glh, size_t *buff_size, size_t *buff_used) in _glh_size_of_history() argument
2135 if(buff_used) in _glh_size_of_history()
2136 *buff_used = glh->nbusy * GLH_SEG_SIZE; in _glh_size_of_history()