Searched refs:globvardict (Results 1 – 1 of 1) sorted by relevance
19 static dict_T globvardict; // Dictionary with g: variables variable20 #define globvarht globvardict.dv_hashtab195 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()