Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Duserfunc.c2046 int may_free_fc = fc->fc_refcount <= 0; in cleanup_function_call() local
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()