Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c777 && (do_buffer || (p->indir & PV_BUF) == 0) in set_local_options_default()
1550 else if ((int)options[opt_idx].indir & PV_BUF) in do_set()
2604 if (both || (opt_flags & OPT_GLOBAL) || (indir & (PV_BUF|PV_WIN)) == 0) in set_option_sctx_idx()
2608 if (indir & PV_BUF) in set_option_sctx_idx()
4112 else if (p->indir & PV_BUF) in get_option_value_strict()
4228 if (!(ret->indir & PV_BUF)) in option_iter_next()
5816 if (options[i].indir & PV_BUF) in init_buf_opt_idx()
7101 if ((bufopt && (opt->indir & PV_BUF)) in get_winbuf_options()
H A Doptiondefs.h21 #define PV_BUF 0x4000 macro
24 #define OPT_BUF(x) (idopt_T)(PV_BUF + (int)(x))