Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c138 colnr_T read_buf_col = 0; // next char to read from this line in readfile() local
886 read_buf_col = 0; in readfile()
1226 p = ml_get(read_buf_lnum) + read_buf_col; in readfile()
1241 read_buf_col += n; in readfile()
1256 read_buf_col = 0; in readfile()