Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlstring.c59 ts->tsv.marked = luaC_white(G(L)); in newlstr()
101 u->uv.marked = luaC_white(G(L)); /* is not finalized */ in luaS_newudata()
H A Dlgc.h77 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) macro
H A Dlfunc.c69 uv->marked = luaC_white(g); in luaF_findupval()
H A Dlstate.c154 L->marked = luaC_white(g); in lua_newstate()
H A Dlgc.c35 ((x)->gch.marked = cast_byte(((x)->gch.marked & maskmarks) | luaC_white(g)))
689 o->gch.marked = luaC_white(g); in luaC_link()