|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Typedefs | |
| typedef enum _INTERPRETER_STATE | INTERPRETER_STATE |
Enumerations | |
| enum | _INTERPRETER_STATE { STATE_ANALYZE , STATE_COMMAND , STATE_GROUP , STATE_CONTEXT , STATE_PARENT_CONTEXT , STATE_DONE } |
Functions | |
| static PCOMMAND_ENTRY | GetGroupCommand (PWSTR pszCommand, PCOMMAND_GROUP pGroup) |
| static PCOMMAND_ENTRY | GetContextCommand (PWSTR pszCommand, PCONTEXT_ENTRY pContext) |
| static PCOMMAND_GROUP | GetContextGroup (PWSTR pszGroup, PCONTEXT_ENTRY pContext) |
| static PCONTEXT_ENTRY | GetContextSubContext (PWSTR pszContext, PCONTEXT_ENTRY pContext) |
| static DWORD | InterpretCommand (_In_ LPWSTR *argv, _In_ DWORD dwArgCount, _Inout_ PBOOL bDone) |
| DWORD | InterpretLine (_In_ LPWSTR pszInputLine) |
| VOID | PrintPrompt (_In_ PCONTEXT_ENTRY pContext) |
| VOID | InterpretInteractive (VOID) |
| #define NDEBUG |
Definition at line 12 of file interpreter.c.
| typedef enum _INTERPRETER_STATE INTERPRETER_STATE |
| Enumerator | |
|---|---|
| STATE_ANALYZE | |
| STATE_COMMAND | |
| STATE_GROUP | |
| STATE_CONTEXT | |
| STATE_PARENT_CONTEXT | |
| STATE_DONE | |
Definition at line 15 of file interpreter.c.
|
static |
Definition at line 56 of file interpreter.c.
Referenced by InterpretCommand().
|
static |
Definition at line 82 of file interpreter.c.
Referenced by InterpretCommand().
|
static |
Definition at line 108 of file interpreter.c.
Referenced by InterpretCommand().
|
static |
Definition at line 30 of file interpreter.c.
Referenced by InterpretCommand().
|
static |
Definition at line 134 of file interpreter.c.
Referenced by InterpretInteractive(), and InterpretLine().
Definition at line 385 of file interpreter.c.
Referenced by wmain().
Definition at line 333 of file interpreter.c.
Referenced by RunScript(), and wmain().
| VOID PrintPrompt | ( | _In_ PCONTEXT_ENTRY | pContext | ) |
Definition at line 371 of file interpreter.c.
Referenced by Batch(), ExecuteCommandWithEcho(), InterpretInteractive(), PrintPrompt(), ReadCommand(), and ReadLine().