Home
last modified time | relevance | path

Searched refs:mb_fix_col (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmbyte.pro71 int mb_fix_col(int col, int row);
/vim-8.2.3635/src/
H A Dclipboard.c644 col = mb_fix_col(col, row); in clip_start_selection()
773 col = mb_fix_col(col, row); in clip_process_selection()
H A Dscreen.c1533 && 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 Dmbyte.c4430 mb_fix_col(int col, int row) in mb_fix_col() function
H A Ddrawscreen.c375 gui.col = mb_fix_col(gui.col, gui.row); in update_screen()
H A Dedit.c1680 int fix_col = mb_fix_col(pc_col, pc_row); in edit_putchar()
H A Dgui.c3408 *colp = mb_fix_col(col, row); in gui_xy2colrow()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6968 Problem: Compilation problem: mb_fix_col() missing with multibyte feature
H A Dversion8.txt36227 Solution: Correct check in mb_fix_col(). (closes #4635)