Home
last modified time | relevance | path

Searched refs:get_option_value_strict (Results 1 – 5 of 5) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Doption.pro29 int get_option_value_strict(char_u *name, long *numval, char_u **stringval, int opt_type, void *fro…
/dports/editors/neovim/neovim-0.6.1/src/nvim/api/private/
H A Dhelpers.c284 int flags = get_option_value_strict(name.data, &numval, &stringval, in get_option_from()
333 int flags = get_option_value_strict(name.data, NULL, NULL, type, to); in set_option_to()
/dports/editors/vim/vim-8.2.3745/src/
H A Dif_py_both.h3400 flags = get_option_value_strict(key, &numval, &stringval, in OptionsItem()
3462 if (get_option_value_strict(key, NULL, NULL, self->opt_type, NULL)) in OptionsContains()
3591 flags = get_option_value_strict(key, NULL, NULL, in OptionsAssItem()
H A Doption.c4042 get_option_value_strict( in get_option_value_strict() function
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Doption.c4838 int get_option_value_strict(char *name, int64_t *numval, char **stringval, int opt_type, void *from) in get_option_value_strict() function