Searched refs:char_count (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dif_sniff.c1177 long char_count = 1; /* first position = 1 */ local
1192 if (char_count+line_size > char_pos) break;
1193 char_count += line_size;
1196 curwin->w_cursor.col = char_pos - char_count;
1203 long char_count=1; /* sniff starts with pos 1 */ local
1214 char_count += line_size;
1216 return char_count + curwin->w_cursor.col;
H A Dnetbeans.c3720 long char_count = 0; local
3734 char_count += (long)STRLEN(ml_get_buf(bufp, lnum, FALSE))
3737 if (char_count > last_check)
3741 return char_count;
3742 last_check = char_count + 100000L;
3747 char_count -= eol_size;
3750 return char_count;
H A Dops.c6299 long char_count = 0; local
6438 char_count_cursor += char_count;
6447 &char_count, (long)MAXCOL, eol_size);
6468 && char_count == byte_count)
6481 char_count_cursor, char_count,
6494 && char_count == byte_count)
6509 char_count_cursor, char_count,

Completed in 136 milliseconds