Searched refs:char2bytes (Results 1 – 1 of 1) sorted by relevance
1681 int (*char2bytes)(int, char_u *); in f_list2str() local1684 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()