Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddict.c45 d->dv_refcount = 0; in dict_alloc()
99 ++d->dv_refcount; in rettv_dict_set()
175 if (d != NULL && --d->dv_refcount <= 0) in dict_unref()
337 ++copy->dv_refcount; in dict_copy()
587 ++dict->dv_refcount; in dict_add_dict()
H A Duserfunc.c2052 if (may_free_fc && fc->l_vars.dv_refcount == DO_NOT_FREE_CNT) in cleanup_function_call()
2060 if (may_free_fc && fc->l_avars.dv_refcount == DO_NOT_FREE_CNT) in cleanup_function_call()
2153 && fc->l_vars.dv_refcount == DO_NOT_FREE_CNT in funccal_unref()
2154 && fc->l_avars.dv_refcount == DO_NOT_FREE_CNT))) in funccal_unref()
2533 ++selfdict->dv_refcount; in call_user_func()
4966 ++fudi.fd_dict->dv_refcount; in ex_call()
5486 if (current_funccal == NULL || current_funccal->l_vars.dv_refcount == 0) in get_funccal_local_ht()
5498 if (current_funccal == NULL || current_funccal->l_vars.dv_refcount == 0) in get_funccal_local_var()
5510 if (current_funccal == NULL || current_funccal->l_vars.dv_refcount == 0) in get_funccal_args_ht()
5522 if (current_funccal == NULL || current_funccal->l_vars.dv_refcount == 0) in get_funccal_args_var()
[all …]
H A Dif_py_both.h1585 ++dict->dv_refcount; in DictionaryNew()
1602 ++ret->dv_refcount; in py_dict_alloc()
1618 --dict->dv_refcount; in DictionaryConstructor()
3188 ++pt->pt_dict->dv_refcount; in set_partial()
5986 --dict->dv_refcount; in pydict_to_tv()
6087 --dict->dv_refcount; in pymap_to_tv()
6152 ++tv->vval.v_dict->dv_refcount; in convert_dl()
6183 ++tv->vval.v_dict->dv_refcount; in ConvertFromPyMapping()
6250 ++tv->vval.v_dict->dv_refcount; in _ConvertFromPyObject()
6413 tv->vval.v_partial->pt_dict->dv_refcount++; in ConvertToPyObject()
H A Devalvars.c1952 && !(check_refcount && d->dv_refcount > 1)) in item_lock()
2394 ++val->dv_refcount; in set_vim_var_dict()
2687 ++tv->vval.v_dict->dv_refcount; in eval_variable()
3043 dict->dv_refcount = DO_NOT_FREE_CNT; in init_var_dict()
3060 dict->dv_refcount -= DO_NOT_FREE_CNT - 1; in unref_var_dict()
H A Dif_lua.c709 ++tv->vval.v_dict->dv_refcount; in luaV_totypval()
1040 dic->dv_refcount++; // reference in Lua in luaV_newdict()
1108 d->dv_refcount++; in luaV_dict_index()
H A Dtesting.c1135 retval = argvars[0].vval.v_dict->dv_refcount - 1; in f_test_refcount()
H A Dtag.c1331 ++d->dv_refcount; in find_tagfunc_tags()
1346 --d->dv_refcount; in find_tagfunc_tags()
H A Deval.c1107 ++lp->ll_tv->vval.v_dict->dv_refcount; in get_lval()
5904 ++selfdict->dv_refcount; in handle_subscript()
5998 ++to->vval.v_dict->dv_refcount; in item_copy()
H A Dif_ruby.c1961 ++d->dv_refcount; in ruby_convert_to_vim_value()
H A Dfileio.c4577 item->dv_refcount++; in create_readdirex_item()
4634 item->dv_refcount++; in create_readdirex_item()
H A Djob.c629 ++opt->jo_env->dv_refcount; in get_job_options()
H A Dtypval.c1131 ++to->vval.v_dict->dv_refcount; in copy_tv()
H A Dstructs.h1569 int dv_refcount; // reference count member
H A Dvim9execute.c2204 ++d->dv_refcount; in exec_instructions()
3060 ++dict->dv_refcount; in exec_instructions()
H A Dlist.c650 ++dict->dv_refcount; in list_append_dict()
H A Dif_mzsch.c3339 ++dict->dv_refcount; in mzscheme_to_vim_impl()
H A Dsearch.c4666 li->li_tv.vval.v_dict->dv_refcount++; in fuzzy_match_in_list()
H A Devalfunc.c4087 ++pt->pt_dict->dv_refcount; in common_function()
4096 ++pt->pt_dict->dv_refcount; in common_function()
H A Dquickfix.c4642 ++d->dv_refcount; in call_qftf_func()