Home
last modified time | relevance | path

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

/external/lua/src/
Dlstate.c262 L1->marked = luaC_white(g); in lua_newthread()
306 L->marked = luaC_white(g); in lua_newstate()
Dlgc.h101 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) macro
Dlgc.c68 (x->marked = cast_byte((x->marked & maskcolors) | luaC_white(g)))
211 o->marked = luaC_white(g); in luaC_newobj()
738 int white = luaC_white(g); /* current white */ in sweeplist()