|
ReactOS 0.4.16-dev-2354-g16de117
|
Go to the source code of this file.
Functions | |
| VOID | UefiConsPutChar (int c) |
| static UCHAR | ConvertToBiosExtValue (UCHAR KeyIn) |
| BOOLEAN | UefiConsKbHit (VOID) |
| int | UefiConsGetCh (VOID) |
Variables | |
| UCHAR | MachDefaultTextColor = COLOR_GRAY |
| static unsigned | CurrentCursorX = 0 |
| static unsigned | CurrentCursorY = 0 |
| static UCHAR | CurrentAttr = ATTR(COLOR_GRAY, COLOR_BLACK) |
| EFI_SYSTEM_TABLE * | GlobalSystemTable |
| static BOOLEAN | ExtendedKey = FALSE |
| static char | ExtendedScanCode = 0 |
Definition at line 67 of file ueficon.c.
Referenced by UefiConsGetCh().
Definition at line 128 of file ueficon.c.
Referenced by MachInit().
Definition at line 26 of file ueficon.c.
Referenced by MachInit().
|
static |
Definition at line 17 of file ueficon.c.
Referenced by UefiConsPutChar().
|
static |
Definition at line 15 of file ueficon.c.
Referenced by UefiConsPutChar().
|
static |
Definition at line 16 of file ueficon.c.
Referenced by UefiConsPutChar().
Definition at line 20 of file ueficon.c.
Referenced by Pc98ConsGetCh(), PcConsGetCh(), and UefiConsGetCh().
|
static |
Definition at line 21 of file ueficon.c.
Referenced by Pc98ConsGetCh(), PcConsGetCh(), and UefiConsGetCh().
|
extern |
Definition at line 16 of file uefildr.c.
Referenced by UefiConsGetCh(), and UefiConsKbHit().
| UCHAR MachDefaultTextColor = COLOR_GRAY |
Definition at line 13 of file ueficon.c.
Referenced by TuiTextToColor().