Searched refs:utf_off2cells (Results 1 – 4 of 4) sorted by relevance
23 int utf_off2cells(unsigned off, unsigned max_off);
602 mb_off2cells = utf_off2cells; in mb_init()1753 utf_off2cells(unsigned off, unsigned max_off) in utf_off2cells() function
2287 if (utf_off2cells(off + c, max_off) > 1) in screen_draw_rectangle()
4229 int cells = utf_off2cells(LineOffset[gui.row] + gui.col, 100); // TODO-TODO in gui_mch_draw_hollow_cursor()