ReactOS 0.4.16-dev-816-g135a9a9
|
#include <cmd.h>
Public Attributes | |
struct _PARSED_COMMAND * | Subcommands |
struct _PARSED_COMMAND * | Next |
struct _REDIRECTION * | Redirections |
COMMAND_TYPE | Type |
union { | |
struct { | |
PTSTR Rest | |
TCHAR First [] | |
} Command | |
struct { | |
BYTE Switches | |
TCHAR Variable | |
PTSTR Params | |
PTSTR List | |
struct _FOR_CONTEXT * Context | |
} For | |
struct { | |
BYTE Flags | |
IF_OPERATOR Operator | |
PTSTR LeftArg | |
PTSTR RightArg | |
} If | |
}; | |
union { ... } _PARSED_COMMAND::@59 |
struct { ... } _PARSED_COMMAND::Command |
struct _FOR_CONTEXT* _PARSED_COMMAND::Context |
struct { ... } _PARSED_COMMAND::For |
struct { ... } _PARSED_COMMAND::If |
struct _PARSED_COMMAND* _PARSED_COMMAND::Next |
Definition at line 372 of file cmd.h.
Referenced by DumpCommand(), EchoCommand(), ExecuteCommand(), ParseBlock(), ParseCommandBinaryOp(), and UnparseCommand().
IF_OPERATOR _PARSED_COMMAND::Operator |
struct _REDIRECTION* _PARSED_COMMAND::Redirections |
struct _PARSED_COMMAND* _PARSED_COMMAND::Subcommands |
COMMAND_TYPE _PARSED_COMMAND::Type |
Definition at line 374 of file cmd.h.
Referenced by DumpCommand(), and EchoCommand().