Searched refs:buf_charidx_to_byteidx (Results 1 – 3 of 3) sorted by relevance
59 int buf_charidx_to_byteidx(buf_T *buf, int lnum, int charidx);
5200 buf_charidx_to_byteidx(buf_T *buf, int lnum, int charidx) in buf_charidx_to_byteidx() function5420 n = buf_charidx_to_byteidx(buf, posp->lnum, n) + 1; in list2fpos()
3068 col = buf_charidx_to_byteidx(curbuf, line, col) + 1; in set_cursorpos()