Searched refs:mb_off2cells (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | screen.c | 366 || ((*mb_off2cells)(off_from, off_from + cols) > 1 in char_needs_redraw() 593 && (*mb_off2cells)(off_to, max_off_to) > 1) in screen_line() 602 && (*mb_off2cells)(off_to, max_off_to) == 1 in screen_line() 603 && (*mb_off2cells)(off_to + 1, max_off_to) > 1) in screen_line() 622 && (*mb_off2cells)(off_to, max_off_to) > 1) in screen_line() 624 && (*mb_off2cells)(off_to, max_off_to) == 1 in screen_line() 760 prev_cells = (*mb_off2cells)(off, max_off); in screen_line() 1666 && (*mb_off2cells)(off, max_off) == 1 in screen_puts_len() 1667 && (*mb_off2cells)(off + 1, max_off) > 1))) in screen_puts_len() 1675 && (*mb_off2cells)(off, max_off) == 1 in screen_puts_len() [all …]
|
| H A D | mbyte.c | 602 mb_off2cells = utf_off2cells; in mb_init() 615 mb_off2cells = dbcs_off2cells; in mb_init() 628 mb_off2cells = latin_off2cells; in mb_init() 4421 return (*mb_off2cells)(LineOffset[row] + col, in mb_lefthalve()
|
| H A D | drawline.c | 3148 && ((*mb_off2cells)(LineOffset[screen_row], in win_line() 3151 || (*mb_off2cells)(LineOffset[screen_row - 1] in win_line()
|
| H A D | globals.h | 1048 EXTERN int (*mb_off2cells)(unsigned off, unsigned max_off) INIT(= latin_off2cells); variable
|
| H A D | drawscreen.c | 2548 if ((*mb_off2cells)(LineOffset[i] + Columns - 2, in win_update()
|
| H A D | gui.c | 1343 if (has_mbyte && (*mb_off2cells)(LineOffset[gui.row] + gui.col, in gui_update_cursor()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 3534 7 mb_off2cells() doesn't work correctly on the tail byte of a double-byte
|
| H A D | version7.txt | 5347 Solution: Add an argument to mb_off2cells() for the maximum offset.
|