Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddict.c44 d->dv_scope = 0; in dict_alloc()
1097 if (d1->dv_scope != 0) in dict_extend()
1101 if (d1->dv_scope == VAR_DEF_SCOPE in dict_extend()
H A Dif_python.c1495 return PyInt_FromLong(this->dict->dv_scope); in DictionaryGetattr()
H A Dif_python3.c1700 return PyLong_FromLong(this->dict->dv_scope); in DictionaryGetattro()
H A Dstructs.h1568 char dv_scope; // zero, VAR_SCOPE, VAR_DEF_SCOPE member
H A Deval.c1116 if (rettv != NULL && lp->ll_dict->dv_scope != 0) in get_lval()
1128 wrong = (lp->ll_dict->dv_scope == VAR_DEF_SCOPE in get_lval()
H A Dif_lua.c1131 if (d->dv_scope == VAR_DEF_SCOPE && tv.v_type == VAR_FUNC) in luaV_dict_newindex()
H A Devalvars.c3042 dict->dv_scope = scope; in init_var_dict()
H A Duserfunc.c4100 if (fudi.fd_dict != NULL && fudi.fd_dict->dv_scope == VAR_DEF_SCOPE) in define_function()