ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Classes | |
struct | _HISTORY_BUFFER |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _HISTORY_BUFFER | HISTORY_BUFFER |
typedef struct _HISTORY_BUFFER * | PHISTORY_BUFFER |
typedef struct _HISTORY_BUFFER HISTORY_BUFFER |
typedef struct _HISTORY_BUFFER * PHISTORY_BUFFER |
CON_API | ( | SrvExpungeConsoleCommandHistory | , |
CONSOLE_EXPUNGECOMMANDHISTORY | , | ||
ExpungeCommandHistoryRequest | |||
) |
Definition at line 545 of file history.c.
CON_API | ( | SrvGetConsoleCommandHistory | , |
CONSOLE_GETCOMMANDHISTORY | , | ||
GetCommandHistoryRequest | |||
) |
Definition at line 426 of file history.c.
CON_API | ( | SrvGetConsoleCommandHistoryLength | , |
CONSOLE_GETCOMMANDHISTORYLENGTH | , | ||
GetCommandHistoryLengthRequest | |||
) |
Definition at line 508 of file history.c.
CON_API | ( | SrvSetConsoleCommandHistoryMode | , |
CONSOLE_SETHISTORYMODE | , | ||
SetHistoryModeRequest | |||
) |
CON_API | ( | SrvSetConsoleNumberOfCommands | , |
CONSOLE_SETHISTORYNUMBERCOMMANDS | , | ||
SetHistoryNumberCommandsRequest | |||
) |
Definition at line 568 of file history.c.
CON_API_NOCONSOLE | ( | SrvGetConsoleHistory | , |
CONSOLE_GETSETHISTORYINFO | , | ||
HistoryInfoRequest | |||
) |
Definition at line 595 of file history.c.
CON_API_NOCONSOLE | ( | SrvSetConsoleHistory | , |
CONSOLE_GETSETHISTORYINFO | , | ||
HistoryInfoRequest | |||
) |
Definition at line 620 of file history.c.
BOOLEAN ConvertInputAnsiToUnicode | ( | PCONSRV_CONSOLE | Console, |
PVOID | Source, | ||
USHORT | SourceLength, | ||
PWCHAR * | Target, | ||
PUSHORT | TargetLength | ||
) |
Definition at line 37 of file alias.c.
Referenced by HistoryFindBuffer().
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().
VOID HistoryAddEntry | ( | PCONSRV_CONSOLE | Console, |
PUNICODE_STRING | ExeName, | ||
PUNICODE_STRING | Entry | ||
) |
Definition at line 185 of file history.c.
Referenced by LineInputKeyDown().
|
static |
Definition at line 47 of file history.c.
Referenced by HistoryAddEntry(), HistoryDeleteCurrentBuffer(), HistoryDisplayCurrentHistory(), HistoryFindEntryByPrefix(), HistoryGetCurrentEntry(), HistoryRecallHistory(), LineInputKeyDown(), and LineInputRecallHistory().
|
static |
Definition at line 144 of file history.c.
Referenced by CON_API(), HistoryDeleteBuffers(), HistoryDeleteCurrentBuffer(), and HistoryReshapeAllBuffers().
VOID HistoryDeleteBuffers | ( | PCONSRV_CONSOLE | Console | ) |
Definition at line 357 of file history.c.
Referenced by ConSrvDeleteConsole().
VOID HistoryDeleteCurrentBuffer | ( | PCONSRV_CONSOLE | Console, |
PUNICODE_STRING | ExeName | ||
) |
Definition at line 350 of file history.c.
Referenced by LineInputKeyDown().
PPOPUP_WINDOW HistoryDisplayCurrentHistory | ( | PCONSRV_CONSOLE | Console, |
PUNICODE_STRING | ExeName | ||
) |
Definition at line 315 of file history.c.
Referenced by LineInputKeyDown().
|
static |
Definition at line 96 of file history.c.
Referenced by CON_API().
BOOL HistoryFindEntryByPrefix | ( | PCONSRV_CONSOLE | Console, |
PUNICODE_STRING | ExeName, | ||
PUNICODE_STRING | Prefix, | ||
PUNICODE_STRING | Entry | ||
) |
Definition at line 273 of file history.c.
Referenced by LineInputKeyDown().
VOID HistoryGetCurrentEntry | ( | PCONSRV_CONSOLE | Console, |
PUNICODE_STRING | ExeName, | ||
PUNICODE_STRING | Entry | ||
) |
Definition at line 241 of file history.c.
Referenced by LineInputKeyDown().
BOOL HistoryRecallHistory | ( | PCONSRV_CONSOLE | Console, |
PUNICODE_STRING | ExeName, | ||
INT | Offset, | ||
PUNICODE_STRING | Entry | ||
) |
Definition at line 254 of file history.c.
Referenced by LineInputRecallHistory().
VOID HistoryReshapeAllBuffers | ( | IN PCONSRV_CONSOLE | Console, |
IN ULONG | HistoryBufferSize, | ||
IN ULONG | MaxNumberOfHistoryBuffers, | ||
IN BOOLEAN | HistoryNoDup | ||
) |
Definition at line 371 of file history.c.
Referenced by CON_API_NOCONSOLE(), and ConSrvApplyUserSettings().
|
static |
Definition at line 157 of file history.c.
Referenced by CON_API(), and HistoryReshapeAllBuffers().