Home
last modified time | relevance | path

Searched refs:opt_flags (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Doptionstr.c145 int opt_flags, in trigger_optionsset_string() argument
162 if (opt_flags & OPT_LOCAL) in trigger_optionsset_string()
167 if (opt_flags & OPT_GLOBAL) in trigger_optionsset_string()
444 int opt_flags, in set_string_option_direct_in_win() argument
468 int opt_flags, in set_string_option_direct_in_buf() argument
517 : opt_flags); in set_string_option()
723 if (opt_flags & OPT_LOCAL) in did_set_string_option()
1190 if (opt_flags & OPT_LOCAL) in did_set_string_option()
1990 if (opt_flags & OPT_LOCAL) in did_set_string_option()
2090 if (opt_flags & OPT_LOCAL) in did_set_string_option()
[all …]
H A Doption.c651 && (opt_flags == 0 in set_options_default()
1235 int opt_flags) in do_set() argument
1260 showoptions(0, opt_flags); in do_set()
1289 showoptions(1, opt_flags); in do_set()
1625 opt_flags); in do_set()
2333 if (!(opt_flags & OPT_LOCAL)) in set_options_bin()
2649 long opt_flags, in apply_optionset_autocmd() argument
2785 || (opt_flags & OPT_GLOBAL) || opt_flags == 0) in set_bool_option()
3966 int opt_flags) in get_option_value() argument
4406 NULL, 0, opt_flags); in set_option_value()
[all …]
H A Dif_mzsch.c1718 int opt_flags = 0; in get_option() local
1739 opt_flags = OPT_GLOBAL; in get_option()
1743 opt_flags = OPT_LOCAL; in get_option()
1751 opt_flags = OPT_LOCAL; in get_option()
1758 opt_flags); in get_option()
1796 int opt_flags = 0; in set_option() local
1817 opt_flags = OPT_GLOBAL; in set_option()
1821 opt_flags = OPT_LOCAL; in set_option()
1828 opt_flags = OPT_LOCAL; in set_option()
1837 do_set(command, opt_flags); in set_option()
H A Dif_py_both.h3511 set_option_value_err(char_u *key, int numval, char_u *stringval, int opt_flags) in set_option_value_err() argument
3515 if ((errmsg = set_option_value(key, numval, stringval, opt_flags))) in set_option_value_err()
3530 int opt_flags, in set_option_value_for() argument
3552 set_ret = set_option_value_err(key, numval, stringval, opt_flags); in set_option_value_for()
3557 set_ret = set_option_value_err(key, numval, stringval, opt_flags); in set_option_value_for()
3561 set_ret = set_option_value_err(key, numval, stringval, opt_flags); in set_option_value_for()
3574 int opt_flags; in OptionsAssItem() local
3626 opt_flags = (self->opt_type ? OPT_LOCAL : OPT_GLOBAL); in OptionsAssItem()
3636 opt_flags, self->opt_type, self->from); in OptionsAssItem()
3648 ret = set_option_value_for(key, (int) val, NULL, opt_flags, in OptionsAssItem()
[all …]
H A Dtypval.c1642 int opt_flags; in eval_option() local
1645 option_end = find_option_end(arg, &opt_flags); in eval_option()
1662 rettv == NULL ? NULL : &stringval, opt_flags); in eval_option()
H A Dvim9compile.c1417 generate_STOREOPT(cctx_T *cctx, char_u *name, int opt_flags) in generate_STOREOPT() argument
1425 isn->isn_arg.storeopt.so_flags = opt_flags; in generate_STOREOPT()
6053 int *opt_flags, in get_var_dest() argument
6073 p = find_option_end(&p, opt_flags); in get_var_dest()
6083 &numval, NULL, *opt_flags); in get_var_dest()
6165 int opt_flags, in generate_store_var() argument
6176 opt_flags); in generate_store_var()
8223 int opt_flags = 0; in compile_for() local
8241 if (get_var_dest(name, &dest, CMD_for, &opt_flags, in compile_for()
8246 if (generate_store_var(cctx, dest, opt_flags, vimvaridx, in compile_for()
H A Devalvars.c1311 int opt_flags; in ex_let_one() local
1386 p = find_option_end(&arg, &opt_flags); in ex_let_one()
1402 opt_type = get_option_value(arg, &numval, &stringval, opt_flags); in ex_let_one()
1466 set_option_value(arg, n, s, opt_flags); in ex_let_one()
H A Dmisc2.c1712 int opt_flags) // OPT_LOCAL and/or OPT_GLOBAL in set_fileformat() argument
1733 OPT_FREE | opt_flags, 0); in set_fileformat()
H A Deval.c6278 find_option_end(char_u **arg, int *opt_flags) in find_option_end() argument
6285 *opt_flags = OPT_GLOBAL; in find_option_end()
6290 *opt_flags = OPT_LOCAL; in find_option_end()
6294 *opt_flags = 0; in find_option_end()
/vim-8.2.3635/src/proto/
H A Doption.pro13 int do_set(char_u *arg_start, int opt_flags);
14 void did_set_option(int opt_idx, int opt_flags, int new_value, int value_checked);
17 void set_options_bin(int oldval, int newval, int opt_flags);
21 int was_set_insecurely(char_u *opt, int opt_flags);
24 void set_option_sctx_idx(int opt_idx, int opt_flags, sctx_T script_ctx);
28 getoption_T get_option_value(char_u *name, long *numval, char_u **stringval, int opt_flags);
39 char *set_option_value(char_u *name, long number, char_u *string, int opt_flags);
43 int makeset(FILE *fd, int opt_flags, int local_only);
51 char_u *get_option_varp_scope(int opt_idx, int opt_flags);
63 void set_context_in_set_cmd(expand_T *xp, char_u *arg, int opt_flags);
H A Doptionstr.pro3 void trigger_optionsset_string(int opt_idx, int opt_flags, char_u *oldval, char_u *oldval_l, char_u…
8 void set_string_option_direct(char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid);
9 …ption_direct_in_win(win_T *wp, char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid);
10 …tion_direct_in_buf(buf_T *buf, char_u *name, int opt_idx, char_u *val, int opt_flags, int set_sid);
11 char *set_string_option(int opt_idx, char_u *value, int opt_flags);
12 …char_u **varp, int new_value_alloced, char_u *oldval, char *errbuf, int opt_flags, int *value_chec…
H A Dmisc2.pro38 void set_fileformat(int t, int opt_flags);
H A Deval.pro76 char_u *find_option_end(char_u **arg, int *opt_flags);