Lines Matching refs:OPT_LOCAL
158 (opt_flags & OPT_LOCAL) ? "local" : "global"); in trigger_optionsset_string()
162 if (opt_flags & OPT_LOCAL) 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()
396 both ? OPT_LOCAL : opt_flags); 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()
522 oldval_l = *(char_u **)get_option_varp_scope(opt_idx, OPT_LOCAL); in set_string_option()
723 if (opt_flags & OPT_LOCAL) in did_set_string_option()
729 if ((opt_flags & OPT_LOCAL) && *bkc == NUL) in did_set_string_option()
1120 if ((opt_flags & OPT_LOCAL) == 0) in did_set_string_option()
1190 if (opt_flags & OPT_LOCAL) in did_set_string_option()
1211 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in did_set_string_option()
1220 if ((opt_flags & OPT_LOCAL) && *oldval == NUL) in did_set_string_option()
1990 if (opt_flags & OPT_LOCAL) in did_set_string_option()
2001 if ((opt_flags & OPT_LOCAL) && *p == NUL) in did_set_string_option()
2090 if (opt_flags & OPT_LOCAL) in did_set_string_option()
2096 if ((opt_flags & OPT_LOCAL) && *ve == NUL) in did_set_string_option()
2399 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0 in did_set_string_option()
2404 p = get_option_varp_scope(opt_idx, OPT_LOCAL); in did_set_string_option()
2410 else if (!(opt_flags & OPT_LOCAL) && opt_flags != OPT_GLOBAL) in did_set_string_option()