Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h3086 dict_unref(selfdict); in FunctionConstructor()
5940 dict_unref(dict); in pydict_to_tv()
5946 dict_unref(dict); in pydict_to_tv()
5952 dict_unref(dict); in pydict_to_tv()
5965 dict_unref(dict); in pydict_to_tv()
5972 dict_unref(dict); in pydict_to_tv()
5981 dict_unref(dict); in pydict_to_tv()
6009 dict_unref(dict); in pymap_to_tv()
6015 dict_unref(dict); in pymap_to_tv()
6029 dict_unref(dict); in pymap_to_tv()
[all …]
H A Ddict.c173 dict_unref(dict_T *d) in dict_unref() function
340 dict_unref(copy); in dict_copy()
H A Dtypval.c75 dict_unref(varp->vval.v_dict); in free_tv()
130 dict_unref(varp->vval.v_dict); in clear_tv()
H A Deval.c4330 dict_unref(pt->pt_dict); in partial_free()
5867 dict_unref(selfdict); in handle_subscript()
5899 dict_unref(selfdict); in handle_subscript()
5928 dict_unref(selfdict); in handle_subscript()
H A Dfileio.c4613 dict_unref(item); in create_readdirex_item()
4717 dict_unref(item); in create_readdirex_item()
4784 dict_unref((dict_T*)item); \ in readdir_core()
H A Dmark.c1423 dict_unref(d); in add_mark()
H A Dif_ruby.c1955 dict_unref(d); in ruby_convert_to_vim_value()
H A Dvim9execute.c3030 dict_unref(dict); in exec_instructions()
3037 dict_unref(dict); in exec_instructions()
3045 dict_unref(dict); in exec_instructions()
H A Djob.c102 dict_unref(opt->jo_env); in free_job_options()
H A Dfilepath.c1716 dict_unref(dict); in f_readdirex()
H A Dinsexpand.c2334 dict_unref(matchdict); in expand_by_function()
H A Dsearch.c4675 dict_unref(li->li_tv.vval.v_dict); in fuzzy_match_in_list()
H A Devalvars.c3061 dict_unref(dict); in unref_var_dict()
H A Dvim9compile.c3962 dict_unref(d); in compile_dict()
3972 dict_unref(d); in compile_dict()
H A Duserfunc.c5081 dict_unref(fudi.fd_dict); in ex_call()
H A Dquickfix.c4656 dict_unref(d); in call_qftf_func()
/vim-8.2.3635/src/proto/
H A Ddict.pro9 void dict_unref(dict_T *d);