Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Doption.pro29 int get_option_value_strict(char_u *name, long *numval, char_u **stringval, int opt_type, void *fro…
/vim-8.2.3635/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.c4062 get_option_value_strict( in get_option_value_strict() function