ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Classes | |
struct | _CONSOLE_STATE |
struct | tagCOMMAND |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _CONSOLE_STATE | CONSOLE_STATE |
typedef struct _CONSOLE_STATE * | PCONSOLE_STATE |
typedef struct tagCOMMAND | COMMAND |
typedef struct tagCOMMAND * | LPCOMMAND |
Functions | |
static VOID | HelpCls (VOID) |
static INT | CommandCls (PCONSOLE_STATE State, LPSTR param) |
static VOID | HelpDumpSector (VOID) |
static INT | CommandDumpSector (PCONSOLE_STATE State, LPSTR param) |
static VOID | HelpExit (VOID) |
static INT | CommandExit (PCONSOLE_STATE State, LPSTR param) |
static VOID | HelpHelp (VOID) |
static INT | CommandHelp (PCONSOLE_STATE State, LPSTR param) |
static VOID | HelpPartInfo (VOID) |
static INT | CommandPartInfo (PCONSOLE_STATE State, LPSTR param) |
static VOID | freep (LPSTR *p) |
static VOID | StripQuotes (LPSTR in) |
BOOL | add_entry (LPINT ac, LPSTR **arg, LPCSTR entry) |
static LPSTR * | split (LPSTR s, LPINT args) |
void | HexDump (PUCHAR buffer, ULONG size) |
static VOID | ClearCommandLine (LPSTR str, INT maxlen, SHORT orgx, SHORT orgy) |
static BOOL | ReadCommand (PCONSOLE_STATE State, LPSTR str, INT maxlen) |
static BOOL | IsDelimiter (CHAR c) |
static VOID | DoCommand (PCONSOLE_STATE State, LPSTR line) |
VOID | RecoveryConsole (VOID) |
Variables | |
COMMAND | Commands [] |
typedef struct tagCOMMAND COMMAND |
typedef struct _CONSOLE_STATE CONSOLE_STATE |
typedef struct tagCOMMAND * LPCOMMAND |
typedef struct _CONSOLE_STATE * PCONSOLE_STATE |
Definition at line 132 of file cmdcons.c.
Referenced by CommandDir(), DirReadParam(), and split().
Definition at line 717 of file cmdcons.c.
Referenced by ReadCommand().
|
static |
Definition at line 260 of file cmdcons.c.
|
static |
Definition at line 334 of file cmdcons.c.
|
static |
|
static |
|
static |
Definition at line 565 of file cmdcons.c.
|
static |
Definition at line 1082 of file cmdcons.c.
Referenced by cmd_call(), and RecoveryConsole().
Definition at line 98 of file cmdcons.c.
Referenced by cmd_copy(), cmd_date(), cmd_mkdir(), cmd_mklink(), cmd_move(), cmd_rename(), cmd_rmdir(), cmd_setlocal(), cmd_time(), cmd_type(), CommandChoice(), CommandDelete(), CommandDir(), CommandDumpSector(), CommandFree(), CommandPartInfo(), CommandTimer(), DirReadParam(), and split().
Definition at line 252 of file cmdcons.c.
Referenced by CommandCls().
Definition at line 482 of file cmdcons.c.
Referenced by CommandExit().
Definition at line 508 of file cmdcons.c.
Referenced by CommandHelp().
Definition at line 277 of file cmdcons.c.
Referenced by CommandDumpSector(), and main().
|
static |
Definition at line 735 of file cmdcons.c.
Referenced by ReadLine(), and RecoveryConsole().
Definition at line 1160 of file cmdcons.c.
Referenced by RunUSetup().
Definition at line 163 of file cmdcons.c.
Referenced by cmd_copy(), cmd_date(), cmd_mkdir(), cmd_mklink(), cmd_rename(), cmd_rmdir(), cmd_time(), cmd_type(), CommandChoice(), CommandDelete(), CommandDumpSector(), CommandFree(), CommandPartInfo(), CommandTimer(), ext4_ext_convert_to_initialized(), ext4_split_extent_at(), and gray_render_conic().
Definition at line 116 of file cmdcons.c.
Referenced by cmd_chdir(), cmd_set(), cmd_start(), DirReadParam(), Execute(), ExecuteIf(), ForDir(), ForF(), ParseFor(), PerformRedirection(), SetRootPath(), and split().
COMMAND Commands[] |
Definition at line 85 of file cmdcons.c.
Referenced by CommandHelp(), and DoCommand().