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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dchrqueue.h79 int nbuff; /* The number of characters in buff[] */ member in struct:__anon4065
H A Dchrqueue.c360 int nbuff = nhead - (cq->nflush % GL_CQ_SIZE); local
365 cq->nflush % GL_CQ_SIZE, nbuff);
379 if(nnew == nbuff) {
H A Dhistory.c174 int nbuff; /* The allocated dimension of buffer[] */ member in struct:GlHistory
269 glh->nbuff = (buflen+GLH_SEG_SIZE-1) / GLH_SEG_SIZE;
282 glh->nfree = glh->nbuff;
297 if(glh->nbuff > 0) {
298 glh->nbuff = glh->nfree;
299 glh->buffer = (GlhLineSeg *) malloc(sizeof(GlhLineSeg) * glh->nbuff);
309 for(i=0; i<glh->nbuff-1; i++) {
1631 int nbuff; /* The number of segments in the new buffer */ local
1644 nbuff = (bufsize+GLH_SEG_SIZE-1) / GLH_SEG_SIZE;
1648 if(glh->nbuff !
[all...]

Completed in 62 milliseconds