Home
last modified time | relevance | path

Searched refs:getvcols (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dcharset.pro37 void getvcols(win_T *wp, pos_T *pos1, pos_T *pos2, colnr_T *left, colnr_T *right);
/vim-8.2.3635/src/
H A Dmouse.c591 getvcols(curwin, &curwin->w_cursor, &VIsual, in do_mouse()
759 getvcols(curwin, &start_visual, &end_visual, &leftcol, &rightcol); in do_mouse()
H A Dcharset.c1427 getvcols( in getvcols() function
H A Dops.c3054 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 Ddrawscreen.c2014 getvcols(wp, &VIsual, &curwin->w_cursor, &fromc, &toc); in win_update()
H A Dnormal.c1853 getvcols(curwin, &curwin->w_cursor, &VIsual, &leftcol, &rightcol); in clear_showcmd()
5186 getvcols(curwin, &old_cursor, &VIsual, &left, &right); in v_swap_corners()