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

/macosx-10.10/vim-55/src/
H A Dfileio.c249 colnr_T read_buf_col = 0; /* next char to read from this line */ local
988 read_buf_col = 0;
1331 p = ml_get(read_buf_lnum) + read_buf_col;
1346 read_buf_col += n;
1361 read_buf_col = 0;

Completed in 118 milliseconds