Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProcess.inc427 WORD new_attributes =
437 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
439 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), new_attributes);
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dtty.c1592 WORD new_attributes; in uv__tty_restore_state() local
1616 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()
/netbsd-src/lib/librpcsvc/
H A Dnfs_prot.x538 sattr3 new_attributes; member
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_xdr_func.h953 am_sattr3 new_attributes; member
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxdr_func.c3026 if (!xdr_am_sattr3(xdrs, &objp->new_attributes)) in xdr_am_SETATTR3args()