ReactOS 0.4.16-dev-1272-g2c12489
|
#include <stdio.h>
#include <wchar.h>
#include <locale.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <wincon.h>
#include <wincon_undoc.h>
#include "doskey.h"
Go to the source code of this file.
Macros | |
#define | MAX_STRING 2000 |
Functions | |
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" |
Definition at line 124 of file doskey.c.
Referenced by wmain().
Definition at line 39 of file doskey.c.
Referenced by wmain().
Definition at line 99 of file doskey.c.
Referenced by PrintAllMacros(), and wmain().
Definition at line 163 of file doskey.c.
Referenced by wmain().
Definition at line 26 of file doskey.c.
Referenced by wmain().
Definition at line 64 of file doskey.c.
Referenced by ReadFromFile(), and wmain().
Definition at line 255 of file doskey.c.
LPWSTR pszExeName = L"cmd.exe" |
Definition at line 24 of file doskey.c.
Referenced by PrintHistory(), PrintMacros(), ReadFromFile(), SetMacro(), and wmain().
WCHAR szStringBuf[MAX_STRING] |
Definition at line 23 of file doskey.c.
Referenced by SetMacro(), and wmain().