Searched refs:mb_fix_col (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dmbyte.pro65 int mb_fix_col __ARGS((int col, int row));
/macosx-10.10.1/vim-55/src/
H A Dui.c665 col = mb_fix_col(col, row);
771 col = mb_fix_col(col, row);
H A Dscreen.c6732 && mb_fix_col(col, row) != col)
7667 if (start_col > 0 && mb_fix_col(start_col, row) != start_col)
7669 if (end_col < screen_Columns && mb_fix_col(end_col, row) != end_col)
H A Dgui.c3109 *colp = mb_fix_col(col, row);
H A Dmbyte.c3729 mb_fix_col(col, row) function
H A Dedit.c1624 int fix_col = mb_fix_col(pc_col, pc_row);

Completed in 122 milliseconds