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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dchrqueue.c78 int nflush; /* The total number of characters that have been */ member in struct:GlCharQueue
112 cq->nflush = cq->ntotal = 0;
283 cq->nflush = cq->ntotal = 0;
297 return (cq && cq->buffers.head) ? (cq->ntotal - cq->nflush) : 0;
360 int nbuff = nhead - (cq->nflush % GL_CQ_SIZE);
365 cq->nflush % GL_CQ_SIZE, nbuff);
374 cq->nflush += nnew;
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c95 int nflush; variable

Completed in 60 milliseconds