|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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::@77 |
| 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 373 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 375 of file cmd.h.
Referenced by DumpCommand(), and EchoCommand().