Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.h102 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS) macro
A Dlstate.c293 L1->marked = luaC_white(g); in lua_newthread()
364 L->marked = luaC_white(g); in lua_newstate()
A Dlgc.c72 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g)))
261 o->marked = luaC_white(g); in luaC_newobj()
821 int white = luaC_white(g); /* current white */ in sweeplist()
1099 int white = luaC_white(g); in sweepgen()
1130 int white = luaC_white(g); in whitelist()

Completed in 8 milliseconds