Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c74 #define _COLOR(c) ((c) & A_COLOR) macro
464 if (_COLOR(*wp) != A_NORMAL) in _updateln()
619 if (_COLOR(*scp - 1)) in _updateln()
653 if (_COLOR(wc) != in _updateln()
654 _COLOR(curscr->_attrs)) { in _updateln()
702 _VIDS(_COLOR(_virtscr->_y[wy] in _updateln()
704 _COLOR(_virtscr->_y[wy] in _updateln()
997 *s = _CHAR(*s) | _COLOR(*s) | a; in _setmark1()
1005 *s = _CHAR(*s) | _COLOR(*s) | a; in _setmark1()
1020 a = _COLOR(curscr->_attrs); in _setmark2()