Home
last modified time | relevance | path

Searched refs:PV_BOTH (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Doption.c1730 && ((int)options[opt_idx].indir & PV_BOTH)) in do_set()
1747 if (((int)options[opt_idx].indir & PV_BOTH) in do_set()
1754 if (((int)options[opt_idx].indir & PV_BOTH) in do_set()
4100 if (p->indir & PV_BOTH) in get_option_value_strict()
4224 if (!(ret->indir == PV_NONE || ret->indir & PV_BOTH)) in option_iter_next()
4289 return options[opt_idx].indir & PV_BOTH; in is_global_local_option()
5214 if ((opt_flags & OPT_LOCAL) && ((int)p->indir & PV_BOTH)) in get_varp_scope()
H A Doptiondefs.h19 #define PV_BOTH 0x1000 macro
25 #define OPT_BOTH(x) (idopt_T)(PV_BOTH + (int)(x))