Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Deval.pro59 int buf_charidx_to_byteidx(buf_T *buf, int lnum, int charidx);
/vim-8.2.3635/src/
H A Deval.c5200 buf_charidx_to_byteidx(buf_T *buf, int lnum, int charidx) in buf_charidx_to_byteidx() function
5420 n = buf_charidx_to_byteidx(buf, posp->lnum, n) + 1; in list2fpos()
H A Devalfunc.c3068 col = buf_charidx_to_byteidx(curbuf, line, col) + 1; in set_cursorpos()