Searched refs:mb_fix_col (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | mbyte.pro | 71 int mb_fix_col(int col, int row);
|
| /vim-8.2.3635/src/ |
| H A D | clipboard.c | 644 col = mb_fix_col(col, row); in clip_start_selection() 773 col = mb_fix_col(col, row); in clip_process_selection()
|
| H A D | screen.c | 1533 && mb_fix_col(col, row) != col) in screen_puts_len() 2383 if (start_col > 0 && mb_fix_col(start_col, row) != start_col) in screen_fill() 2385 if (end_col < screen_Columns && mb_fix_col(end_col, row) != end_col) in screen_fill()
|
| H A D | mbyte.c | 4430 mb_fix_col(int col, int row) in mb_fix_col() function
|
| H A D | drawscreen.c | 375 gui.col = mb_fix_col(gui.col, gui.row); in update_screen()
|
| H A D | edit.c | 1680 int fix_col = mb_fix_col(pc_col, pc_row); in edit_putchar()
|
| H A D | gui.c | 3408 *colp = mb_fix_col(col, row); in gui_xy2colrow()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 6968 Problem: Compilation problem: mb_fix_col() missing with multibyte feature
|
| H A D | version8.txt | 36227 Solution: Correct check in mb_fix_col(). (closes #4635)
|