Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmisc2.pro46 char *parse_shape_opt(int what);
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dcursor_shape.c96 char *parse_shape_opt(int what) in parse_shape_opt() function
H A Doption.c807 parse_shape_opt(SHAPE_CURSOR); // set cursor shapes from 'guicursor' in set_init_3()
2759 errmsg = parse_shape_opt(SHAPE_CURSOR); in did_set_string_option()
/dports/editors/vim/vim-8.2.3745/src/
H A Doptionstr.c1567 errmsg = parse_shape_opt(SHAPE_CURSOR); in did_set_string_option()
1574 errmsg = parse_shape_opt(SHAPE_MOUSE); in did_set_string_option()
H A Dmisc2.c2034 parse_shape_opt(int what) in parse_shape_opt() function
H A Doption.c863 parse_shape_opt(SHAPE_CURSOR); // set cursor shapes from 'guicursor' in set_init_2()
866 parse_shape_opt(SHAPE_MOUSE); // set mouse shapes from 'mouseshape' in set_init_2()