Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmbyte.pro29 int utfc_ptr2char(char_u *p, int *pcc);
/vim-8.2.3635/src/
H A Ddrawline.c1632 mb_c = utfc_ptr2char(p_extra, u8cc); in win_line()
1707 mb_c = utfc_ptr2char(ptr, u8cc); in win_line()
1778 pc = utfc_ptr2char(ptr + mb_l, pcc); in win_line()
H A Ddrawscreen.c886 u8c = utfc_ptr2char(p, u8cc); in text_to_screenline()
915 pc = utfc_ptr2char(p + c_len, pcc); in text_to_screenline()
H A Dchange.c1270 (void)utfc_ptr2char(oldp + col, cc); in del_bytes()
H A Dmbyte.c1938 utfc_ptr2char( in utfc_ptr2char() function
H A Dscreen.c1571 u8c = utfc_ptr2char(ptr, u8cc); in screen_puts_len()
H A Dedit.c4285 (void)utfc_ptr2char(ml_get_cursor(), cpc); in ins_bs()
H A Dex_cmds.c46 c = utfc_ptr2char(ml_get_cursor(), cc); in do_ascii()
H A Devalfunc.c8799 int c = utfc_ptr2char(csearch, pcc); in f_setcharsearch()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt9142 Solution: Use utfc_ptr2char_len() rather than utfc_ptr2char(). (Dominique