Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.c57 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS)) macro
59 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
729 toclear = maskcolors; /* clear all color bits + old bit */ in sweeplist()