Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dvim9execute.pro3 void funcstack_check_refcount(funcstack_T *funcstack);
/dports/editors/vim/vim-8.2.3745/src/
H A Deval.c4353 funcstack_check_refcount(pt->pt_funcstack); in partial_free()
4374 funcstack_check_refcount(pt->pt_funcstack); in partial_unref()
H A Dvim9execute.c620 funcstack_check_refcount(funcstack_T *funcstack) in funcstack_check_refcount() function