Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc421 WORD new_attributes =
430 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
432 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), new_attributes);
/freebsd/include/rpcsvc/
H A Dnfs_prot.x537 sattr3 new_attributes; member