Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.h119 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) macro
H A Dlgc.c60 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
219 gch(o)->marked = luaC_white(g); in luaC_newobj()
731 toset = luaC_white(g); /* make object white */ in sweeplist()
H A Dlstate.c275 L->marked = luaC_white(g); in lua_newstate()