Searched defs:ForegroundControl (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConOut.c511 UINT8 ForegroundControl; local
549 ForegroundControl = 30;
553 ForegroundControl = 34;
557 ForegroundControl = 32;
561 ForegroundControl = 36;
565 ForegroundControl = 31;
569 ForegroundControl = 35;
573 ForegroundControl = 33;
579 ForegroundControl = 37;
633 mSetAttributeString[FOREGROUND_CONTROL_OFFSET + 0] = (CHAR16) ('0' + (ForegroundControl / 1
[all...]

Completed in 220 milliseconds