Home
last modified time | relevance | path

Searched refs:get_vimvar_dict (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Devalvars.pro35 dict_T *get_vimvar_dict(void);
/vim-8.2.3635/src/
H A Dif_lua.c1793 dict = get_vimvar_dict(); in luaV_get_var_scope()
H A Devalvars.c2167 get_vimvar_dict(void) in get_vimvar_dict() function
H A Deval.c1148 if (lp->ll_dict == get_vimvar_dict() in get_lval()
H A Dif_py_both.h6889 ADD_CHECKED_OBJECT(m, "vvars", NEW_DICTIONARY(get_vimvar_dict())); in populate_module()