Searched refs:utfc_ptr2char (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | mbyte.pro | 29 int utfc_ptr2char(char_u *p, int *pcc);
|
| /vim-8.2.3635/src/ |
| H A D | drawline.c | 1632 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 D | drawscreen.c | 886 u8c = utfc_ptr2char(p, u8cc); in text_to_screenline() 915 pc = utfc_ptr2char(p + c_len, pcc); in text_to_screenline()
|
| H A D | change.c | 1270 (void)utfc_ptr2char(oldp + col, cc); in del_bytes()
|
| H A D | mbyte.c | 1938 utfc_ptr2char( in utfc_ptr2char() function
|
| H A D | screen.c | 1571 u8c = utfc_ptr2char(ptr, u8cc); in screen_puts_len()
|
| H A D | edit.c | 4285 (void)utfc_ptr2char(ml_get_cursor(), cpc); in ins_bs()
|
| H A D | ex_cmds.c | 46 c = utfc_ptr2char(ml_get_cursor(), cc); in do_ascii()
|
| H A D | evalfunc.c | 8799 int c = utfc_ptr2char(csearch, pcc); in f_setcharsearch()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 9142 Solution: Use utfc_ptr2char_len() rather than utfc_ptr2char(). (Dominique
|