Home
last modified time | relevance | path

Searched refs:cursorentry_T (Results 1 – 9 of 9) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dcursor_shape.h54 } cursorentry_T; typedef
56 extern cursorentry_T shape_table[SHAPE_IDX_COUNT];
H A Dcursor_shape.c22 cursorentry_T shape_table[SHAPE_IDX_COUNT] =
53 cursorentry_T *cur = &shape_table[i]; in mode_style_array()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dterminal.pro18 cursorentry_T *term_get_cursor_shape(guicolor_T *fg, guicolor_T *bg);
/dports/editors/neovim/neovim-0.6.1/src/nvim/tui/
H A Dtui.c111 cursorentry_T cursor_shapes[SHAPE_IDX_COUNT];
962 static cursorentry_T decode_cursor_entry(Dictionary args) in decode_cursor_entry()
964 cursorentry_T r = shape_table[0]; in decode_cursor_entry()
996 cursorentry_T r = decode_cursor_entry(args.items[i].data.dictionary); in tui_mode_info_set()
1042 cursorentry_T c = data->cursor_shapes[mode]; in tui_set_mode()
/dports/editors/vim/vim-8.2.3745/src/
H A Dglobals.h1435 extern cursorentry_T shape_table[SHAPE_IDX_COUNT];
H A Dstructs.h3911 } cursorentry_T; typedef
H A Dmisc2.c1977 cursorentry_T shape_table[SHAPE_IDX_COUNT] =
H A Dterminal.c2341 cursorentry_T *
2345 static cursorentry_T entry; in term_get_cursor_shape()
H A Dgui.c1158 cursorentry_T *shape; in gui_update_cursor()