ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOLEAN | ConvertInputAnsiToUnicode (PCONSRV_CONSOLE Console, PVOID Source, USHORT SourceLength, PWCHAR *Target, PUSHORT TargetLength) |
BOOLEAN | ConvertInputUnicodeToAnsi (PCONSRV_CONSOLE Console, PVOID Source, USHORT SourceLength, PCHAR Target, USHORT TargetLength) |
static VOID | LineInputSetPos (PCONSRV_CONSOLE Console, UINT Pos) |
static VOID | LineInputEdit (PCONSRV_CONSOLE Console, UINT NumToDelete, UINT NumToInsert, PWCHAR Insertion) |
static VOID | LineInputRecallHistory (PCONSRV_CONSOLE Console, PUNICODE_STRING ExeName, INT Offset) |
PPOPUP_WINDOW | HistoryDisplayCurrentHistory (PCONSRV_CONSOLE Console, PUNICODE_STRING ExeName) |
VOID | LineInputKeyDown (PCONSRV_CONSOLE Console, PUNICODE_STRING ExeName, KEY_EVENT_RECORD *KeyEvent) |
Variables | |
PPOPUP_WINDOW | Popup = NULL |
#define NDEBUG |
Definition at line 15 of file lineinput.c.
BOOLEAN ConvertInputAnsiToUnicode | ( | PCONSRV_CONSOLE | Console, |
PVOID | Source, | ||
USHORT | SourceLength, | ||
PWCHAR * | Target, | ||
PUSHORT | TargetLength | ||
) |
Definition at line 37 of file alias.c.
Referenced by IntCreateAliasEntry(), IntCreateAliasHeader(), IntFindAliasHeader(), and IntGetAliasEntry().
BOOLEAN ConvertInputUnicodeToAnsi | ( | PCONSRV_CONSOLE | Console, |
PVOID | Source, | ||
USHORT | SourceLength, | ||
PCHAR | Target, | ||
USHORT | TargetLength | ||
) |
Definition at line 64 of file alias.c.
Referenced by CON_API().
PPOPUP_WINDOW HistoryDisplayCurrentHistory | ( | PCONSRV_CONSOLE | Console, |
PUNICODE_STRING | ExeName | ||
) |
Definition at line 315 of file history.c.
Referenced by LineInputKeyDown().
|
static |
Definition at line 63 of file lineinput.c.
Referenced by LineInputKeyDown(), and LineInputRecallHistory().
VOID LineInputKeyDown | ( | PCONSRV_CONSOLE | Console, |
PUNICODE_STRING | ExeName, | ||
KEY_EVENT_RECORD * | KeyEvent | ||
) |
Definition at line 147 of file lineinput.c.
Referenced by ConSrvTermReadStream().
|
static |
Definition at line 106 of file lineinput.c.
Referenced by LineInputKeyDown().
|
static |
Definition at line 38 of file lineinput.c.
Referenced by LineInputEdit(), LineInputKeyDown(), and LineInputRecallHistory().
PPOPUP_WINDOW Popup = NULL |
Definition at line 140 of file lineinput.c.
Referenced by LineInputKeyDown().