Home | History | Annotate | Download | only in src

Lines Matching refs:toclear

722   int toclear, toset;  /* bits to clear and to set in all live objects */
725 toclear = ~0; /* clear nothing */
730 toclear = maskcolors; /* clear all color bits + old bit */
747 gch(curr)->marked = cast_byte((marked & toclear) | toset);