Lines Matching defs:incnt
183 u_short *rptr, *wptr, incnt, ovfl;
976 if (sc->incnt == SERIBUF_SIZE)
982 ++sc->incnt;
983 if (sc->incnt > SERIBUF_SIZE - 16)
997 if (sc->incnt == SERIBUF_SIZE)
1003 ++sc->incnt;
1004 if (sc->incnt > SERIBUF_SIZE - 16)
1059 while (sc->incnt && (tp->t_state & TS_TBLOCK) == 0) {
1068 --sc->incnt;
1080 if (sc->incnt == 0 && (tp->t_state & TS_TBLOCK) == 0) {
1145 sc->incnt = 0;