Home | History | Annotate | Download | only in coregrind

Lines Matching defs:bufcnt

564   static int bufcnt = 0;
568 if (bufcnt-- > 0)
571 bufcnt = read_buf (fd, buf, "static buf readchar");
573 if (bufcnt <= 0) {
574 if (bufcnt == 0) {
584 bufcnt--;