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

/osnet-11/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;
464 if (color_marks) {
477 if (color_marks && color_attrx >= scrco)
482 if (color_marks && magic_cookie_glitch > 0 &&
526 didcolor = (color_marks) ? FALSE : TRUE;
652 if (color_marks)
1014 color_marks[
[all...]

Completed in 21 milliseconds