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

/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c417 ** post-processing by 'correctgraylist'. (It could put all old objects
418 ** in the list and leave all the work to 'correctgraylist', but it is
422 ** 'correctgraylist' does when it finds a TOUCHED2 object.)
1085 ** here. They will all be advanced in 'correctgraylist'. That function
1145 static GCObject **correctgraylist (GCObject **p) { function
1179 GCObject **list = correctgraylist(&g->grayagain);
1181 list = correctgraylist(list);
1183 list = correctgraylist(list);
1185 correctgraylist(list);

Completed in 170 milliseconds