Lines Matching refs:OPT_GLOBAL
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()
523 oldval_g = *(char_u **)get_option_varp_scope(opt_idx, OPT_GLOBAL); in set_string_option()
672 gvarp = (char_u **)get_option_varp_scope(opt_idx, OPT_GLOBAL); in did_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()
1233 if ((opt_flags & OPT_GLOBAL) && STRCMP(p_cm, oldval) != 0) in did_set_string_option()
1331 if (!(opt_flags & OPT_GLOBAL)) in did_set_string_option()
2399 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0 in did_set_string_option()
2410 else if (!(opt_flags & OPT_LOCAL) && opt_flags != OPT_GLOBAL) in did_set_string_option()