Searched refs:temp_bkgd (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ | ||
H A D | wattrset.c | 50 chtype temp_bkgd; local 61 temp_bkgd = (a & A_COLOR) ? (win->_bkgd & ~A_COLOR) : win->_bkgd; 62 win->_attrs = (a | temp_bkgd) & A_ATTRIBUTES; |
Completed in 19 milliseconds