Searched refs:funccal (Results 1 – 2 of 2) sorted by relevance
5460 funccall_T *funccal; in get_funccal() local5463 funccal = current_funccal; in get_funccal()5468 temp_funccal = funccal->caller; in get_funccal()5470 funccal = temp_funccal; in get_funccal()5476 return funccal; in get_funccal()
13120 Solution: Don't reset uf_scoped when it points to another funccal.13150 Solution: When checking for a variable in the funccal scope don't pass the13162 Problem: A funccal is garbage collected while it can still be used.28751 Solution: Remember funccal stack when executing autocmd.30761 Solution: After saving a funccal many times, invoke the garbage collector.35641 Solution: Set reference in varlist of funccal when running the garbage41392 Problem: Clearing funccal values twice.45404 Solution: Move the funccal context to the partial. Free the function when45518 Solution: Decrement refcount when creating funccal.