|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <batch.h>

Public Attributes | |
| struct _BATCH_CONTEXT * | prev |
| char * | mem |
| DWORD | memsize |
| DWORD | mempos |
| BOOL | memfree |
| TCHAR | BatchFilePath [MAX_PATH] |
| LPTSTR | params |
| LPTSTR | raw_params |
| INT | shiftlevel [10] |
| REDIRECTION * | RedirList |
| PARSED_COMMAND * | current |
| struct _SETLOCAL * | setlocal |
Definition at line 33 of file batch.h.
Referenced by Batch(), cmd_call(), and GetEnhancedVar().
| PARSED_COMMAND* _BATCH_CONTEXT::current |
Definition at line 41 of file batch.h.
Referenced by Batch(), cmd_goto(), and ExitBatch().
| char* _BATCH_CONTEXT::mem |
Definition at line 29 of file batch.h.
Referenced by Batch(), BatchFile2Mem(), BatchGetString(), and ClearBatch().
| BOOL _BATCH_CONTEXT::memfree |
Definition at line 32 of file batch.h.
Referenced by BatchFile2Mem(), and ClearBatch().
| DWORD _BATCH_CONTEXT::mempos |
Definition at line 31 of file batch.h.
Referenced by Batch(), BatchFile2Mem(), BatchGetString(), and cmd_goto().
| DWORD _BATCH_CONTEXT::memsize |
Definition at line 30 of file batch.h.
Referenced by Batch(), BatchFile2Mem(), BatchGetString(), and cmd_goto().
| LPTSTR _BATCH_CONTEXT::params |
Definition at line 34 of file batch.h.
Referenced by Batch(), ClearBatch(), and FindArg().
| struct _BATCH_CONTEXT* _BATCH_CONTEXT::prev |
Definition at line 28 of file batch.h.
Referenced by Batch(), and ExitBatch().
| LPTSTR _BATCH_CONTEXT::raw_params |
Definition at line 35 of file batch.h.
Referenced by Batch(), ClearBatch(), and GetBatchVar().
| REDIRECTION* _BATCH_CONTEXT::RedirList |
Definition at line 40 of file batch.h.
Referenced by AddBatchRedirection(), Batch(), and ExitBatch().
Definition at line 42 of file batch.h.
Referenced by Batch(), cmd_endlocal(), cmd_setlocal(), and ExitBatch().
| INT _BATCH_CONTEXT::shiftlevel[10] |
Definition at line 36 of file batch.h.
Referenced by Batch(), cmd_shift(), and FindArg().