Searched refs:previous_funccal (Results 1 – 1 of 1) sorted by relevance
30 static funccall_T *previous_funccal = NULL; variable2105 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()