Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalvars.c19 static dict_T globvardict; // Dictionary with g: variables variable
20 #define globvarht globvardict.dv_hashtab
195 init_var_dict(&globvardict, &globvars_var, VAR_DEF_SCOPE); in evalvars_init()
1763 d = &globvardict; in do_unlet()
2151 return &globvardict; in get_globvar_dict()