Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgcmodule.c287 PyGC_Head *from_next = GC_NEXT(node); in gc_list_move() local
288 _PyGCHead_SET_NEXT(from_prev, from_next); in gc_list_move()
289 _PyGCHead_SET_PREV(from_next, from_prev); in gc_list_move()