Searched refs:lastfunc (Results 1 – 1 of 1) sorted by relevance
1526 static pylinkedlist_T *lastfunc = NULL; variable3007 pyll_add((PyObject *)(self), &self->ref, &lastfunc); in FunctionNew()3111 pyll_remove(&self->ref, &lastfunc); in FunctionDestructor()5890 if (lastfunc != NULL) in set_ref_in_py()5892 for (cur = lastfunc ; !abort && cur != NULL ; cur = cur->pll_prev) in set_ref_in_py()