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