Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlgc.c58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS)) macro
60 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
730 toclear = maskcolors; /* clear all color bits + old bit */ in sweeplist()