Home
last modified time | relevance | path

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

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