Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_x11.c3310 if (shape >= MSHAPE_NUMBERED) in mch_set_mouse_shape()
3312 id = shape - MSHAPE_NUMBERED; in mch_set_mouse_shape()
H A Dstructs.h3887 #define MSHAPE_NUMBERED 1000 // offset for shapes identified by number macro
H A Dmisc2.c2141 getdigits(&p) + MSHAPE_NUMBERED; in parse_shape_opt()
H A Dgui_photon.c1889 if (shape >= MSHAPE_NUMBERED) in mch_set_mouse_shape()
H A Dgui_gtk_x11.c6870 if (shape >= MSHAPE_NUMBERED) in mch_set_mouse_shape()
6872 id = shape - MSHAPE_NUMBERED; in mch_set_mouse_shape()
H A Dgui_w32.c3498 if (shape >= MSHAPE_NUMBERED) in mch_set_mouse_shape()