Lines Matching defs:count
372 size_t i, count = 0, spos = 0;
377 if (s->node->data[i] == c) count++;
378 if (spos+i>=end) return count;
386 return count;
704 int count = count0*count1;
706 for (;count && TT.cursor; count--) {
716 int count = count0*count1, len, width = 0;
719 for (;count; count--) {
743 int count = count0*count1;
744 for (;count--;) TT.cursor = text_psol(TT.cursor);
754 int count = count0*count1;
755 for (;count--;) TT.cursor = text_nsol(TT.cursor);
841 int count = count0*count1;
842 while (count--) {
874 int count = count0*count1;
877 while (count--) {
915 int count = count0*count1;
919 if (count>1) vi_movw(count-1, 1, unused);
1034 //// int count = count0*count1;
1048 //if count is not spesified should go to last line
1052 int count = count0*count1-1;
1057 else if (count) {
1059 for ( ;count && (next = text_strchr(next+1, '\n')) != SIZE_MAX; count--)