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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c75 #define _VIDEO(c) ((c) & A_ATTRIBUTES & ~A_COLOR) macro
459 if (_VIDEO(*wp) != A_NORMAL)
620 if (_VIDEO(*scp - 1))
650 if (_VIDEO(wc) != _VIDEO(curscr->_attrs))
679 _VIDS(_VIDEO(_virtscr->_y[wy]
681 _VIDEO(_virtscr->_y[wy]
990 a = _VIDEO(curscr->_attrs);
1021 *s = _CHAR(*s) | _VIDEO(*s) | a;
1029 *s = _CHAR(*s) | _VIDEO(*
[all...]

Completed in 16 milliseconds