Home
last modified time | relevance | path

Searched refs:VAR_SCOPE (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Devalvars.c196 init_var_dict(&vimvardict, &vimvars_var, VAR_SCOPE); in evalvars_init()
3029 init_var_dict(&sv->sv_dict, &sv->sv_var, VAR_SCOPE); in new_script_vars()
H A Dstructs.h1455 #define VAR_SCOPE 1 // a:, v:, s:, etc. scope dictionaries macro
H A Dwindow.c3863 init_var_dict(tp->tp_vars, &tp->tp_winvar, VAR_SCOPE); in alloc_tabpage()
4984 init_var_dict(new_wp->w_vars, &new_wp->w_winvar, VAR_SCOPE); in win_alloc()
H A Dbuffer.c2076 init_var_dict(buf->b_vars, &buf->b_bufvar, VAR_SCOPE); in buflist_new()
H A Duserfunc.c2541 init_var_dict(&fc->l_avars, &fc->l_avars_var, VAR_SCOPE); in call_user_func()
H A Dif_py_both.h6817 {"VAR_SCOPE", VAR_SCOPE},
/vim-8.2.3635/runtime/doc/
H A Dif_pyth.txt612 vim.VAR_SCOPE Other scope dictionary,