Home
last modified time | relevance | path

Searched refs:SREQ_GLOBAL (Results 1 – 7 of 7) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/api/private/
H A Dhelpers.c342 if (type == SREQ_GLOBAL) { in set_option_to()
406 ? 0 : (type == SREQ_GLOBAL) in set_option_to()
1000 case SREQ_GLOBAL: in set_option_value_for()
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/
H A Dvim.c653 return get_option_from(NULL, SREQ_GLOBAL, name, err); in nvim_get_option()
706 set_option_to(channel_id, NULL, SREQ_GLOBAL, name, value, err); in nvim_set_option()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Doption_defs.h20 #define SREQ_GLOBAL 0 // Request global option value macro
H A Doption.c4867 if (opt_type == SREQ_GLOBAL) { in get_option_value_strict()
4896 if (opt_type == SREQ_GLOBAL) { in get_option_value_strict()
/dports/editors/vim/vim-8.2.3745/src/
H A Doption.c4073 if (opt_type == SREQ_GLOBAL) in get_option_value_strict()
4082 else if (opt_type == SREQ_GLOBAL) in get_option_value_strict()
4104 if (opt_type == SREQ_GLOBAL) in get_option_value_strict()
4203 case SREQ_GLOBAL: in option_iter_next()
H A Dvim.h2582 #define SREQ_GLOBAL 0 // Request global option macro
H A Dif_py_both.h3560 case SREQ_GLOBAL: in set_option_value_for()
3603 if (self->opt_type == SREQ_GLOBAL) in OptionsAssItem()
6891 OptionsNew(SREQ_GLOBAL, NULL, dummy_check, NULL)); in populate_module()