Home
last modified time | relevance | path

Searched refs:get_shape_idx (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmisc2.pro47 int get_shape_idx(int mouse);
/vim-8.2.3635/src/
H A Dmisc2.c2283 get_shape_idx(int mouse) in get_shape_idx() function
2370 new_mouse_shape = shape_table[get_shape_idx(TRUE)].mshape; in update_mouseshape()
H A Dgui.c1195 shape = &shape_table[get_shape_idx(FALSE)]; in gui_update_cursor()
H A Dos_win32.c1529 idx = get_shape_idx(FALSE); in mch_update_cursor()