Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c1547 else if ((int)options[opt_idx].indir & PV_WIN) in do_set()
2604 if (both || (opt_flags & OPT_GLOBAL) || (indir & (PV_BUF|PV_WIN)) == 0) in set_option_sctx_idx()
2610 else if (indir & PV_WIN) in set_option_sctx_idx()
4105 if (p->indir & PV_WIN) in get_option_value_strict()
4232 if (!(ret->indir & PV_WIN)) in option_iter_next()
7102 || (!bufopt && (opt->indir & PV_WIN))) in get_winbuf_options()
H A Doptiondefs.h20 #define PV_WIN 0x2000 macro
23 #define OPT_WIN(x) (idopt_T)(PV_WIN + (int)(x))