Lines Matching refs:ccount
126 int ccount; in execute() local
130 ccount = instr ? inct : 0; in execute()
137 fprintf(stderr, "in execute ccount %d inct %d\n", ccount, inct); in execute()
143 if (--ccount <= 0) { in execute()
145 fprintf(stderr, "ex loop ccount %d instr %o\n", ccount, instr); in execute()
150 if ((ccount = read(f, p, in execute()
153 } else if ((ccount = read(f, p, BUFSIZ)) <= 0) break; in execute()
155 fprintf(stderr, " normal read %d bytres\n", ccount); in execute()
158 sprintf(xx, "they are %%.%ds\n", ccount); in execute()
194 p, nlp, ccount, buf, buf+2*BUFSIZ); in execute()
201 if (--ccount <= 0) { in execute()
205 if ((ccount = read(f, p, in execute()
209 } else if ((ccount = read(f, p, in execute()
213 fprintf(stderr, " read %d bytes\n", ccount); in execute()
214 { char xx[20]; sprintf(xx, "they are %%.%ds\n", ccount); in execute()
241 ccount++; in execute()