Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c858 int c_len; in text_to_screenline() local
876 c_len = (*mb_ptr2len)(p); in text_to_screenline()
910 nc = utf_ptr2char(p + c_len); in text_to_screenline()
915 pc = utfc_ptr2char(p + c_len, pcc); in text_to_screenline()
948 p += c_len; in text_to_screenline()