Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c4093 if (opt_type == SREQ_GLOBAL) in get_option_value_strict()
4102 else if (opt_type == SREQ_GLOBAL) in get_option_value_strict()
4124 if (opt_type == SREQ_GLOBAL) in get_option_value_strict()
4223 case SREQ_GLOBAL: in option_iter_next()
H A Dvim.h2579 #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()