Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c280 glh->nfree = glh->nbuff; in _new_GlHistory()
295 if(glh->nbuff > 0) { in _new_GlHistory()
296 glh->nbuff = glh->nfree; in _new_GlHistory()
1646 if(glh->nbuff != nbuff) { in _glh_resize_history()
1654 if(glh->nbuff == 0 && nbuff>0) { in _glh_resize_history()
1658 glh->nbuff = nbuff; in _glh_resize_history()
1659 glh->nfree = glh->nbuff; in _glh_resize_history()
1674 } else if(nbuff == 0) { in _glh_resize_history()
1679 glh->nbuff = 0; in _glh_resize_history()
1725 if(i < nbuff) in _glh_resize_history()
[all …]
H A Dchrqueue.c358 int nbuff = nhead - (cq->nflush % GL_CQ_SIZE); in _glq_flush_queue() local
363 cq->nflush % GL_CQ_SIZE, nbuff); in _glq_flush_queue()
377 if(nnew == nbuff) { in _glq_flush_queue()
H A Dchrqueue.h77 int nbuff; /* The number of characters in buff[] */ member