Home
last modified time | relevance | path

Searched refs:get_globvar_dict (Results 1 – 6 of 6) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Devalvars.pro33 dict_T *get_globvar_dict(void);
/dports/editors/vim/vim-8.2.3745/src/
H A Ddict.c355 return (d == get_globvar_dict() in dict_wrong_func_name()
H A Dif_lua.c1791 dict = get_globvar_dict(); in luaV_get_var_scope()
H A Devalvars.c2208 get_globvar_dict(void) in get_globvar_dict() function
H A Dvim9execute.c2215 case ISN_LOADGDICT: d = get_globvar_dict(); break; in exec_instructions()
H A Dif_py_both.h6888 ADD_CHECKED_OBJECT(m, "vars", NEW_DICTIONARY(get_globvar_dict())); in populate_module()