Searched refs:getgclist (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c125 static GCObject **getgclist (GCObject *o) { function
159 #define linkobjgclist(o,p) linkgclist_(obj2gco(o), getgclist(o), &(p))
655 g->gray = *getgclist(o); /* remove from 'gray' list */
1148 GCObject **next = getgclist(curr);

Completed in 80 milliseconds