Lines Matching refs:count
40 "[c:count?Output the number of times each line occurred along with "
90 int reclen,oreclen= -1,count=0,cwidth=0,sep,next;
151 count++;
154 next = count;
161 if(((mode&D_FLAG)&&count==0) || ((mode&U_FLAG)&&count))
170 if(count<9)
175 outp[f++] = '0' + count + 1;
178 else if(count<MAXCNT)
180 count++;
185 outp[f--] = '0' + (count % 10);
186 } while (count /= 10);
203 sfprintf(fdout,"%4d ",count+1);
213 if(count = next)