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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c76 #define _COLOR(c) ((c) & A_COLOR) macro
467 if (_COLOR(*wp) != A_NORMAL)
622 if (_COLOR(*scp - 1))
653 if (_COLOR(wc) != _COLOR(curscr->_attrs))
696 * sc = _COLOR(curscr->_y[wy][color_attrx]);
699 _VIDS(_COLOR(_virtscr->_y[wy]
701 _COLOR(_virtscr->_y[wy]
994 *s = _CHAR(*s) | _COLOR(*s) | a;
1002 *s = _CHAR(*s) | _COLOR(*
[all...]

Completed in 43 milliseconds