Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Duserfunc.c30 static funccall_T *previous_funccal = NULL; variable
2105 fc->caller = previous_funccal; in cleanup_function_call()
2106 previous_funccal = fc; in cleanup_function_call()
2155 for (pfc = &previous_funccal; *pfc != NULL; pfc = &(*pfc)->caller) in funccal_unref()
5432 for (pfc = &previous_funccal; *pfc != NULL; ) in free_unref_funccal()
5631 for (fc = previous_funccal; fc != NULL; fc = fc->caller) in set_ref_in_previous_funccal()