Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlgc.c75 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g)))
265 o->marked = luaC_white(g); in luaC_newobjdt()
830 int white = luaC_white(g); /* current white */ in sweeplist()
1127 int white = luaC_white(g); in sweepgen()
1158 int white = luaC_white(g); in whitelist()
H A Dlgc.h104 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS) macro
H A Dlstate.c374 L->marked = luaC_white(g); in lua_newstate()