Searched refs:color_marks (Results 1 – 1 of 1) sorted by relevance
67 static char **color_marks; /* color mark table for cookie terminals */ variable70 #define _ISMARK2(y, x) (color_marks ? (color_marks[y][x / BITSPERBYTE] & \115 color_marks = _COLOR_MARKS; in wrefresh()461 if (color_marks) { in _updateln()474 if (color_marks && color_attrx >= scrco) in _updateln()479 if (color_marks && magic_cookie_glitch > 0 && in _updateln()523 didcolor = (color_marks) ? FALSE : TRUE; in _updateln()652 if (color_marks) { in _updateln()1017 color_marks[y][x / BITSPERBYTE] |= (1 << (x % BITSPERBYTE)); in _setmark2()