Searched refs:getvcols (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | charset.pro | 37 void getvcols(win_T *wp, pos_T *pos1, pos_T *pos2, colnr_T *left, colnr_T *right);
|
| /vim-8.2.3635/src/ |
| H A D | mouse.c | 591 getvcols(curwin, &curwin->w_cursor, &VIsual, in do_mouse() 759 getvcols(curwin, &start_visual, &end_visual, &leftcol, &rightcol); in do_mouse()
|
| H A D | charset.c | 1427 getvcols( in getvcols() function
|
| H A D | ops.c | 3054 getvcols(curwin, &min_pos, &max_pos, in cursor_pos_info() 3157 getvcols(curwin, &min_pos, &max_pos, &min_pos.col, in cursor_pos_info()
|
| H A D | drawscreen.c | 2014 getvcols(wp, &VIsual, &curwin->w_cursor, &fromc, &toc); in win_update()
|
| H A D | normal.c | 1853 getvcols(curwin, &curwin->w_cursor, &VIsual, &leftcol, &rightcol); in clear_showcmd() 5186 getvcols(curwin, &old_cursor, &VIsual, &left, &right); in v_swap_corners()
|