Searched refs:new_attributes (Results 1 – 5 of 5) sorted by relevance
427 WORD new_attributes =437 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);439 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), new_attributes);
1592 WORD new_attributes; in uv__tty_restore_state() local1616 new_attributes = info.wAttributes; in uv__tty_restore_state()1617 new_attributes &= ~(FOREGROUND_INTENSITY | BACKGROUND_INTENSITY); in uv__tty_restore_state()1618 new_attributes |= handle->tty.wr.saved_attributes; in uv__tty_restore_state()1620 if (!SetConsoleTextAttribute(handle->handle, new_attributes)) { in uv__tty_restore_state()
538 sattr3 new_attributes; member
953 am_sattr3 new_attributes; member
3026 if (!xdr_am_sattr3(xdrs, &objp->new_attributes)) in xdr_am_SETATTR3args()