Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dlist.c205 ++l->lv_refcount; in rettv_list_set()
215 if (l != NULL && --l->lv_refcount <= 0) in list_unref()
669 ++list2->lv_refcount; in list_append_list()
1038 ++l->lv_refcount; in flatten_common()
1119 ++l->lv_refcount; in list_concat()
1253 ++copy->lv_refcount; in list_copy()
1625 l->lv_refcount = DO_NOT_FREE_CNT; in init_static_list()
H A Ddict.c473 ++list->lv_refcount; in dict_add_list()
1254 ++l2->lv_refcount; in dict_list()
H A Dif_py_both.h2268 ++list->lv_refcount; in ListNew()
2286 ++ret->lv_refcount; in py_list_alloc()
2854 ++l->lv_refcount; in ListIter()
6108 --l->lv_refcount; in pyseq_to_tv()
6154 ++tv->vval.v_list->lv_refcount; in convert_dl()
6214 ++tv->vval.v_list->lv_refcount; in ConvertFromPySequence()
6256 ++tv->vval.v_list->lv_refcount; in _ConvertFromPyObject()
H A Devalvars.c1002 l->lv_refcount = 1; in ex_let_vars()
1938 && !(check_refcount && l->lv_refcount > 1)) in item_lock()
2380 ++val->lv_refcount; in set_vim_var_list()
2696 ++tv->vval.v_list->lv_refcount; in eval_variable()
H A Ddigraph.c2165 ++l2->lv_refcount; in digraph_getlist_appendpair()
H A Dif_lua.c699 ++tv->vval.v_list->lv_refcount; in luaV_totypval()
863 lis->lv_refcount++; // reference in Lua in luaV_newlist()
H A Dtesting.c1131 retval = argvars[0].vval.v_list->lv_refcount - 1; in f_test_refcount()
H A Dmatch.c1131 s->lv_refcount++; in f_setmatches()
H A Dif_mzsch.c3258 ++list->lv_refcount; in mzscheme_to_vim_impl()
3399 ++list->lv_refcount; in vim_funcref()
H A Duserfunc.c2083 if (may_free_fc && fc->l_varlist.lv_refcount == DO_NOT_FREE_CNT) in cleanup_function_call()
2152 fc->l_varlist.lv_refcount == DO_NOT_FREE_CNT in funccal_unref()
2561 fc->l_varlist.lv_refcount = DO_NOT_FREE_CNT; in call_user_func()
H A Dif_ruby.c1941 ++l->lv_refcount; in ruby_convert_to_vim_value()
H A Dvim9execute.c147 ++list->lv_refcount; in exe_newlist()
4068 ++newlist->lv_refcount; in exec_instructions()
4461 ++rem_list->lv_refcount; in exec_instructions()
H A Dchange.c219 ++curbuf->b_recorded_changes->lv_refcount; in may_record_change()
H A Dtypval.c1122 ++to->vval.v_list->lv_refcount; in copy_tv()
H A Dregexp.c2553 ++list->lv_refcount; in reg_submatch_list()
H A Dstructs.h1512 int lv_refcount; // reference count member
H A Deval.c1501 ++tv1->vval.v_list->lv_refcount; in tv_op()
5979 ++to->vval.v_list->lv_refcount; in item_copy()
H A Devalfunc.c3480 ++list->lv_refcount; in execute_common()
3535 --list->lv_refcount; in execute_common()
4675 ++rettv->vval.v_list->lv_refcount; in f_getreg()
H A Dpopupwin.c852 ++wp->w_popup_mask->lv_refcount; in apply_general_options()
H A Dquickfix.c4652 qftf_list->lv_refcount++; in call_qftf_func()