Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dlist.c1681 int (*char2bytes)(int, char_u *); in f_list2str() local
1684 char2bytes = utf_char2bytes; in f_list2str()
1686 char2bytes = mb_char2bytes; in f_list2str()
1690 buf[(*char2bytes)(tv_get_number(&li->li_tv), buf)] = NUL; in f_list2str()