Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlgc.c722 int toclear, toset; /* bits to clear and to set in all live objects */ in sweeplist() local
725 toclear = ~0; /* clear nothing */ in sweeplist()
730 toclear = maskcolors; /* clear all color bits + old bit */ in sweeplist()
747 gch(curr)->marked = cast_byte((marked & toclear) | toset); in sweeplist()