Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.c66 #define maskcolors (~(bitmask(BLACKBIT) | WHITEBITS)) macro
68 (x->marked = cast_byte((x->marked & maskcolors) | luaC_white(g)))
747 curr->marked = cast_byte((marked & maskcolors) | white); in sweeplist()