Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmisc2.c2114 shape_table[idx].mshape = 0; in parse_shape_opt()
2122 shape_table[idx].blinkon = 400L; in parse_shape_opt()
2123 shape_table[idx].blinkoff = 250L; in parse_shape_opt()
2140 shape_table[idx].mshape = in parse_shape_opt()
2150 shape_table[idx].mshape = i; in parse_shape_opt()
2230 shape_table[idx].id_lm = shape_table[idx].id; in parse_shape_opt()
2232 shape_table[idx].id = i; in parse_shape_opt()
2254 shape_table[SHAPE_IDX_VE].mshape = shape_table[SHAPE_IDX_V].mshape; in parse_shape_opt()
2259 shape_table[SHAPE_IDX_VE].shape = shape_table[SHAPE_IDX_V].shape; in parse_shape_opt()
2268 shape_table[SHAPE_IDX_VE].id = shape_table[SHAPE_IDX_V].id; in parse_shape_opt()
[all …]
H A Dglobals.h1427 extern cursorentry_T shape_table[SHAPE_IDX_COUNT];
H A Dos_win32.c1531 if (shape_table[idx].shape == SHAPE_BLOCK) in mch_update_cursor()
1534 thickness = shape_table[idx].percentage; in mch_update_cursor()
H A Dgui.c1195 shape = &shape_table[get_shape_idx(FALSE)]; in gui_update_cursor()