Lines Matching refs:mb_ptr2len
276 for (n = (*mb_ptr2len)(s + e); --n > 0; ) in trunc_string()
295 i += (*mb_ptr2len)(s + i); in trunc_string()
952 n += (*mb_ptr2len)(s + n); in msg_may_trunc()
1551 if (has_mbyte && (l = (*mb_ptr2len)(p)) > 1) in msg_outtrans_one()
1596 mb_l = (*mb_ptr2len)(str); in msg_outtrans_len_attr()
1711 && (*mb_ptr2len)((char_u *)text) <= 1 ? attr : 0); in msg_outtrans_special()
1785 int len = (*mb_ptr2len)(str); in str2special()
1890 else if (has_mbyte && (l = (*mb_ptr2len)(s)) > 1) in msg_prt_line()
1902 buf[(*mb_ptr2len)(buf)] = NUL; in msg_prt_line()
2231 l = (*mb_ptr2len)(s); in msg_puts_display()
2327 l = (*mb_ptr2len)(s); in msg_puts_display()
3831 i += (*mb_ptr2len)(hotkeys + i) - 1; in do_dialog()
3880 len = (*mb_ptr2len)(from); in copy_char()