Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptiondefs.h245 PV_NONE = 0, enumerator
329 (char_u *)NULL, PV_NONE,
339 (char_u *)NULL, PV_NONE,
346 (char_u *)NULL, PV_NONE,
353 (char_u *)NULL, PV_NONE,
360 (char_u *)NULL, PV_NONE,
364 (char_u *)NULL, PV_NONE,
375 (char_u *)NULL, PV_NONE,
384 (char_u *)NULL, PV_NONE,
392 (char_u *)NULL, PV_NONE,
[all …]
H A Doption.c579 else if (options[opt_idx].indir != PV_NONE) in set_option_default()
776 if (p->indir != PV_NONE in set_local_options_default()
799 if (options[i].indir == PV_NONE) in free_all_options()
4091 if (p->indir == PV_NONE) in get_option_value_strict()
4224 if (!(ret->indir == PV_NONE || ret->indir & PV_BOTH)) in option_iter_next()
4279 return options[opt_idx].indir == PV_NONE; in is_global_option()
4552 if (p->indir != PV_NONE && !isterm) in showoptions()
4714 if (p->indir == PV_NONE && !(opt_flags & OPT_GLOBAL)) in makeset()
4732 if (p->indir != PV_NONE) in makeset()
5208 if ((opt_flags & OPT_GLOBAL) && p->indir != PV_NONE) in get_varp_scope()
[all …]