Home
last modified time | relevance | path

Searched refs:DO_NOT_FREE_CNT (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
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()
2083 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()
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()
2561 fc->l_varlist.lv_refcount = DO_NOT_FREE_CNT; in call_user_func()
H A Dvim.h2639 #define DO_NOT_FREE_CNT 99999 // refcount for dict or list that should not macro
H A Devalvars.c3043 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 Dlist.c1625 l->lv_refcount = DO_NOT_FREE_CNT; in init_static_list()
/vim-8.2.3635/src/testdir/
H A Dtest_vim9_expr.vim2841 # check using g: in a for loop more than DO_NOT_FREE_CNT times
2862 # check using g: in a for loop more than DO_NOT_FREE_CNT times