ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include <wchar.h>
#include <locale.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <wincon.h>
#include "doskey.h"
Go to the source code of this file.
Macros | |
#define | EXENAME_LENGTH (255 + 1) |
#define | MAX_STRING 2000 |
Functions | |
VOID WINAPI | ExpungeConsoleCommandHistoryW (LPCWSTR lpExeName) |
DWORD WINAPI | GetConsoleCommandHistoryW (LPWSTR lpHistory, DWORD cbHistory, LPCWSTR lpExeName) |
DWORD WINAPI | GetConsoleCommandHistoryLengthW (LPCWSTR lpExeName) |
BOOL WINAPI | SetConsoleNumberOfCommandsW (DWORD dwNumCommands, LPCWSTR lpExeName) |
static VOID | SetInsert (DWORD dwFlag) |
static VOID | PrintHistory (VOID) |
static INT | SetMacro (LPWSTR definition) |
static VOID | PrintMacros (LPWSTR pszExeName, LPWSTR Indent) |
static VOID | PrintAllMacros (VOID) |
static LPWSTR | RemoveQuotes (LPWSTR str) |
static VOID | ReadFromFile (LPWSTR FileName) |
static BOOL | GetArg (WCHAR **pStart, WCHAR **pEnd) |
int | wmain (VOID) |
Variables | |
WCHAR | szStringBuf [MAX_STRING] |
LPWSTR | pszExeName = L"cmd.exe" |
Referenced by PrintHistory().
Referenced by PrintHistory().
Definition at line 145 of file doskey.c.
Referenced by wmain().
Definition at line 60 of file doskey.c.
Referenced by wmain().
Definition at line 120 of file doskey.c.
Referenced by PrintAllMacros(), and wmain().
Definition at line 184 of file doskey.c.
Referenced by wmain().
Referenced by wmain().
Definition at line 47 of file doskey.c.
Referenced by wmain().
Definition at line 85 of file doskey.c.
Referenced by ReadFromFile(), and wmain().
Definition at line 276 of file doskey.c.
LPWSTR pszExeName = L"cmd.exe" |
Definition at line 45 of file doskey.c.
Referenced by PrintHistory(), PrintMacros(), ReadFromFile(), SetMacro(), and wmain().
WCHAR szStringBuf[MAX_STRING] |
Definition at line 44 of file doskey.c.
Referenced by SetMacro(), and wmain().