Searched refs:DO_NOT_FREE_CNT (Results 1 – 5 of 5) sorted by relevance
2052 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()
2639 #define DO_NOT_FREE_CNT 99999 // refcount for dict or list that should not macro
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()
1625 l->lv_refcount = DO_NOT_FREE_CNT; in init_static_list()
2841 # check using g: in a for loop more than DO_NOT_FREE_CNT times2862 # check using g: in a for loop more than DO_NOT_FREE_CNT times