Lines Matching defs:ccount
129 int ccount;
133 ccount = instr ? inct : 0;
140 fprintf(stderr, "in execute ccount %d inct %d\n", ccount, inct);
144 fprintf(stderr, "down ccount\n");
146 if (--ccount <= 0) {
148 fprintf(stderr, "ex loop ccount %d instr %o\n", ccount, instr);
153 if ((ccount = read(f, p,
156 } else if ((ccount = read(f, p, BUFSIZ)) <= 0) break;
158 fprintf(stderr, " normal read %d bytres\n", ccount);
161 sprintf(xx, "they are %%.%ds\n", ccount);
196 fprintf(stderr, "found, p %o nlp %o ccount %d buf %o buf[2*BUFSIZ] %o\n",
197 p, nlp, ccount, buf, buf+2*BUFSIZ);
204 if (--ccount <= 0) {
208 if ((ccount = read(f, p,
212 } else if ((ccount = read(f, p,
216 fprintf(stderr, " read %d bytes\n", ccount);
217 { char xx[20]; sprintf(xx, "they are %%.%ds\n", ccount);
244 ccount++;