Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalvars.c169 static dict_T vimvardict; // Dictionary with v: variables variable
170 #define vimvarht vimvardict.dv_hashtab
196 init_var_dict(&vimvardict, &vimvars_var, VAR_SCOPE); in evalvars_init()
197 vimvardict.dv_lock = VAR_FIXED; in evalvars_init()
1765 d = &vimvardict; in do_unlet()
2169 return &vimvardict; in get_vimvar_dict()