Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgcmodule.c255 PyGC_Head *from_prev = GC_PREV(node); in gc_list_move() local
257 _PyGCHead_SET_NEXT(from_prev, from_next); in gc_list_move()
258 _PyGCHead_SET_PREV(from_next, from_prev); in gc_list_move()