Home
last modified time | relevance | path

Searched refs:bv_refcount (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dblob.c57 ++b->bv_refcount; in rettv_blob_set()
102 if (b != NULL && --b->bv_refcount <= 0) in blob_unref()
274 ++blob->bv_refcount; in string2blob()
475 ++blob->bv_refcount; in blob_remove()
H A Dif_lua.c719 ++tv->vval.v_blob->bv_refcount; in luaV_totypval()
1185 blo->bv_refcount++; // reference in Lua in luaV_newblob()
H A Dtesting.c1127 retval = argvars[0].vval.v_blob->bv_refcount - 1; in f_test_refcount()
H A Devalvars.c1928 && !(check_refcount && b->bv_refcount > 1)) in item_lock()
2704 ++tv->vval.v_blob->bv_refcount; in eval_variable()
H A Dtypval.c1113 ++to->vval.v_blob->bv_refcount; in copy_tv()
H A Dstructs.h1584 int bv_refcount; // reference count member