Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A Dwrefresh.c69 static char **color_marks; /* color mark table for cookie terminals */ variable
72 #define _ISMARK2(y, x) (color_marks ? (color_marks[y][x / BITSPERBYTE] & \
117 color_marks = _COLOR_MARKS; in wrefresh()
464 if (color_marks) { in _updateln()
477 if (color_marks && color_attrx >= scrco) in _updateln()
482 if (color_marks && magic_cookie_glitch > 0 && in _updateln()
526 didcolor = (color_marks) ? FALSE : TRUE; in _updateln()
652 if (color_marks) in _updateln()
1014 color_marks[y][x / BITSPERBYTE] |= (1 << (x % BITSPERBYTE)); in _setmark2()