Searched refs:OPT_GLOBAL (Results 1 – 9 of 9) sorted by relevance
167 if (opt_flags & OPT_GLOBAL) in trigger_optionsset_string()172 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in trigger_optionsset_string()375 int both = (opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0; in set_string_option_direct()514 (opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0 in set_string_option()516 ? OPT_GLOBAL : OPT_LOCAL) in set_string_option()520 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in set_string_option()974 if (!curbuf->b_p_ma && opt_flags != OPT_GLOBAL) in did_set_string_option()1133 if (!curbuf->b_p_ma && !(opt_flags & OPT_GLOBAL)) in did_set_string_option()1211 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in did_set_string_option()1331 if (!(opt_flags & OPT_GLOBAL)) in did_set_string_option()[all …]
1204 flags = OPT_GLOBAL; in ex_set()1605 OPT_GLOBAL); in do_set()1661 &(options[opt_idx]), OPT_GLOBAL); in do_set()1742 &(options[opt_idx]), OPT_GLOBAL); in do_set()2310 if (!(opt_flags & OPT_GLOBAL)) in set_options_bin()2326 if (!(opt_flags & OPT_GLOBAL)) in set_options_bin()2344 if (!(opt_flags & OPT_GLOBAL)) in set_options_bin()2675 if (opt_flags & OPT_GLOBAL) in apply_optionset_autocmd()2727 OPT_GLOBAL); in set_bool_option()3333 OPT_GLOBAL); in set_num_option()[all …]
1254 int flags = OPT_GLOBAL; in ex_mkrc()
1739 opt_flags = OPT_GLOBAL; in get_option()1817 opt_flags = OPT_GLOBAL; in set_option()
1228 #define OPT_GLOBAL 0x02 // use global value macro
582 ? OPT_LOCAL : OPT_GLOBAL), SID_ERROR); in redraw_custom_statusline()
1488 set_context_in_set_cmd(xp, arg, OPT_GLOBAL); in set_one_cmd_context()
6285 *opt_flags = OPT_GLOBAL; in find_option_end()
3626 opt_flags = (self->opt_type ? OPT_LOCAL : OPT_GLOBAL); in OptionsAssItem()