Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcharset.pro12 int byte2cells(int b);
/vim-8.2.3635/src/
H A Dcharset.c348 l = byte2cells(*p++); in transstr()
663 byte2cells(int b) in byte2cells() function
740 size += byte2cells(*s++); in vim_strnsize()
H A Dversion.c8700 clen += byte2cells(p[l]); in do_intro_line()
H A Ddrawline.c2307 n_extra = byte2cells(c) - 1; in win_line()
2330 n_extra = byte2cells(c) - 1; in win_line()
H A Dmessage.c1961 else if (c != NUL && (n = byte2cells(c)) > 1) in msg_prt_line()
H A Dedit.c2222 || (virtcol += byte2cells(buf[i - 1])) < (colnr_T)textwidth) in insertchar()
H A Dbuffer.c4805 l -= byte2cells(*t++); in build_stl_str_hl()