ReactOS 0.4.16-dev-306-g647d351
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL | FindArg (IN TCHAR Char, OUT PCTSTR *ArgPtr, OUT BOOL *IsParam0) |
static BOOL | BatchParams (IN PCTSTR Arg0, IN PCTSTR Args, OUT PTSTR *RawParams, OUT PTSTR *ParamList) |
static VOID | ClearBatch (VOID) |
VOID | ExitBatch (VOID) |
VOID | ExitAllBatches (VOID) |
static void | BatchFile2Mem (HANDLE hBatchFile) |
INT | Batch (LPTSTR fullname, LPTSTR firstword, LPTSTR param, PARSED_COMMAND *Cmd) |
VOID | AddBatchRedirection (REDIRECTION **RedirList) |
BOOL | BatchGetString (LPTSTR lpBuffer, INT nBufferLength) |
LPTSTR | ReadBatchLine (VOID) |
Variables | |
BATCH_TYPE | BatType = NONE |
PBATCH_CONTEXT | bc = NULL |
BOOL | bBcEcho = TRUE |
BOOL | bEcho = TRUE |
TCHAR | textline [BATCH_BUFFSIZE] |
VOID AddBatchRedirection | ( | REDIRECTION ** | RedirList | ) |
Definition at line 501 of file batch.c.
Referenced by Batch().
INT Batch | ( | LPTSTR | fullname, |
LPTSTR | firstword, | ||
LPTSTR | param, | ||
PARSED_COMMAND * | Cmd | ||
) |
Definition at line 299 of file batch.c.
Definition at line 521 of file batch.c.
Referenced by cmd_goto(), and ReadBatchLine().
|
static |
Definition at line 119 of file batch.c.
Referenced by Batch().
Definition at line 198 of file batch.c.
Referenced by Batch(), and ExitBatch().
Definition at line 222 of file batch.c.
Referenced by Batch(), cmd_goto(), ExitAllBatches(), and ReadBatchLine().
Definition at line 84 of file batch.c.
Referenced by GetBatchVar().
Definition at line 558 of file batch.c.
Referenced by ReadLine().
BATCH_TYPE BatType = NONE |
Definition at line 66 of file batch.c.
Referenced by Batch(), cmd_path(), cmd_prompt(), cmd_set(), CommandAssoc(), and ExitBatch().
PBATCH_CONTEXT bc = NULL |
Definition at line 67 of file batch.c.
Referenced by __remainder_piby2f(), AddBatchRedirection(), Batch(), BatchFile2Mem(), BatchGetString(), bc_add(), bc_alloc(), bc_append(), bc_cleanup(), bc_fill(), bc_fill_pool(), bc_forget(), bc_free(), bc_give(), bc_init(), bc_need_more(), bc_poolsize(), bc_prepare(), bc_reset(), bc_seekback(), bc_skip(), buffered_fullread(), ClearBatch(), cmd_beep(), cmd_call(), cmd_copy(), cmd_endlocal(), cmd_goto(), cmd_rename(), cmd_setlocal(), cmd_shift(), CommandDelete(), CommandExit(), complete_block(), create_doc_from_url(), Execute(), ExitAllBatches(), ExitBatch(), feed_set_pos(), FindArg(), get_fat(), GetBatchVar(), GetEnhancedVar(), hlinkframe_GetBrowseContext(), hlinkframe_SetBrowseContext(), HlinkUpdateStackItem(), HLPFILE_Uncompress_Phrases40(), IBindHost_MonikerBindToObject_Proxy(), IBindHost_MonikerBindToObject_Stub(), IBindHost_MonikerBindToStorage_Proxy(), IBindHost_MonikerBindToStorage_Stub(), offset_polygon(), perform_test(), put_fat(), ReadLine(), ResetConTitle(), seta_eval(), SetConTitle(), SubstituteVar(), test_BrowseWindowInfo(), test_GetObject(), test_SetInitialHlink(), and tree_evaluate().
Definition at line 73 of file batch.c.
Referenced by Batch(), CommandEcho(), ExecuteCommandWithEcho(), ExitBatch(), ReadFromConsole(), and ReadLine().
TCHAR textline[BATCH_BUFFSIZE] |
Definition at line 76 of file batch.c.
Referenced by cmd_goto(), and ReadBatchLine().