Lines Matching refs:opt_flags
145 int opt_flags, in trigger_optionsset_string() argument
158 (opt_flags & OPT_LOCAL) ? "local" : "global"); in trigger_optionsset_string()
162 if (opt_flags & OPT_LOCAL) in trigger_optionsset_string()
167 if (opt_flags & OPT_GLOBAL) in trigger_optionsset_string()
172 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in trigger_optionsset_string()
178 if (opt_flags & OPT_MODELINE) in trigger_optionsset_string()
370 int opt_flags, // OPT_FREE, OPT_LOCAL and/or OPT_GLOBAL in set_string_option_direct() argument
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()
397 if ((opt_flags & OPT_FREE) && (get_option_flags(idx) & P_ALLOCED)) in set_string_option_direct()
428 set_option_sctx_idx(idx, opt_flags, script_ctx); in set_string_option_direct()
444 int opt_flags, in set_string_option_direct_in_win() argument
452 set_string_option_direct(name, opt_idx, val, opt_flags, set_sid); in set_string_option_direct_in_win()
468 int opt_flags, in set_string_option_direct_in_buf() argument
476 set_string_option_direct(name, opt_idx, val, opt_flags, set_sid); in set_string_option_direct_in_buf()
491 int opt_flags) // OPT_LOCAL and/or OPT_GLOBAL in set_string_option() argument
514 (opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0 in set_string_option()
517 : opt_flags); in set_string_option()
520 if ((opt_flags & (OPT_LOCAL | OPT_GLOBAL)) == 0) in set_string_option()
544 opt_flags, &value_checked)) == NULL) in set_string_option()
545 did_set_option(opt_idx, opt_flags, TRUE, value_checked); in set_string_option()
550 trigger_optionsset_string(opt_idx, opt_flags, in set_string_option()
652 int opt_flags, // OPT_LOCAL and/or OPT_GLOBAL in did_set_string_option() argument
723 if (opt_flags & OPT_LOCAL) in did_set_string_option()
729 if ((opt_flags & OPT_LOCAL) && *bkc == NUL) in did_set_string_option()
974 if (!curbuf->b_p_ma && opt_flags != OPT_GLOBAL) in did_set_string_option()
1120 if ((opt_flags & OPT_LOCAL) == 0) in did_set_string_option()
1133 if (!curbuf->b_p_ma && !(opt_flags & OPT_GLOBAL)) 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()
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()
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()
2387 set_option_sctx_idx(opt_idx, opt_flags, current_sctx); 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()
2434 if (!(opt_flags & OPT_MODELINE) || value_changed) in did_set_string_option()
2501 if ((opt_flags & OPT_NO_REDRAW) == 0) in did_set_string_option()