Lines Matching refs:OPT_LOCAL

565     int		both = (opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0;  in set_option_default()
567 varp = get_varp_scope(&(options[opt_idx]), both ? OPT_LOCAL : opt_flags); in set_option_default()
774 char_u *varp = get_varp_scope(p, OPT_LOCAL); in set_local_options_default()
780 set_option_default(i, OPT_FREE|OPT_LOCAL, FALSE); in set_local_options_default()
832 set_option_default(idx, OPT_LOCAL, p_cp); in set_init_2()
1101 set_fileformat(default_fileformat(), OPT_LOCAL); in set_init_3()
1202 flags = OPT_LOCAL; in ex_set()
1601 && opt_flags == OPT_LOCAL) in do_set()
1657 && opt_flags == OPT_LOCAL) in do_set()
1729 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0 in do_set()
1737 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in do_set()
1740 &(options[opt_idx]), OPT_LOCAL); in do_set()
1755 && (opt_flags & OPT_LOCAL)) in do_set()
2317 if (!(opt_flags & OPT_LOCAL)) in set_options_bin()
2333 if (!(opt_flags & OPT_LOCAL)) in set_options_bin()
2351 if (!(opt_flags & OPT_LOCAL)) in set_options_bin()
2531 if (opt_flags & OPT_LOCAL) in insecure_flag()
2594 int both = (opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0; in set_option_sctx_idx()
2606 if (both || (opt_flags & OPT_LOCAL)) in set_option_sctx_idx()
2666 (opt_flags & OPT_LOCAL) ? "local" : "global"); in apply_optionset_autocmd()
2670 if (opt_flags & OPT_LOCAL) in apply_optionset_autocmd()
2680 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in apply_optionset_autocmd()
2725 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in set_bool_option()
2741 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in set_bool_option()
2804 if (!curbuf->b_p_ro && (opt_flags & OPT_LOCAL) == 0) in set_bool_option()
3179 OPT_LOCAL); in set_bool_option()
3331 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in set_num_option()
3834 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in set_num_option()
4525 else if (opt_flags & OPT_LOCAL) in showoptions()
4550 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) != 0) in showoptions()
4737 if (!(opt_flags & OPT_LOCAL)) in makeset()
5214 if ((opt_flags & OPT_LOCAL) && ((int)p->indir & PV_BOTH)) in get_varp_scope()